summaryrefslogtreecommitdiffstats
path: root/manifest.py
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-07-03 16:24:57 -0700
committerShawn O. Pearce <sop@google.com>2009-07-03 20:03:38 -0700
commit75b87c8a5171b26947d0a13d970f09defac736e3 (patch)
treeb8d3eb561b8faa2d3fc73e04d402128fdca1b8b3 /manifest.py
parentabb7a3dfecdfe98b30594219f24c5c3d5e11e990 (diff)
downloadgit-repo-75b87c8a5171b26947d0a13d970f09defac736e3.tar.gz
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>
Diffstat (limited to 'manifest.py')
-rw-r--r--manifest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.py b/manifest.py
index 0762098b..a2fc9601 100644
--- a/manifest.py
+++ b/manifest.py
@@ -40,5 +40,8 @@ class Manifest(object):
40 def projects(self): 40 def projects(self):
41 return {} 41 return {}
42 42
43 def InitBranch(self):
44 pass
45
43 def SetMRefs(self, project): 46 def SetMRefs(self, project):
44 pass 47 pass