1
0
Fork 0

Abstract manifest branch creation from init to the manifest object

This permits the XML style manifest to use 'default', while other
types can use their own creation strategy for the current branch.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-07-03 16:24:57 -07:00
parent abb7a3dfec
commit 75b87c8a51
3 changed files with 12 additions and 4 deletions

View file

@ -40,5 +40,8 @@ class Manifest(object):
def projects(self):
return {}
def InitBranch(self):
pass
def SetMRefs(self, project):
pass