commit | 75b87c8a5171b26947d0a13d970f09defac736e3 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Jul 03 16:24:57 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jul 03 20:03:38 2009 -0700 |
tree | b8d3eb561b8faa2d3fc73e04d402128fdca1b8b3 | |
parent | abb7a3dfecdfe98b30594219f24c5c3d5e11e990 [diff] [blame] |
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>
diff --git a/manifest.py b/manifest.py index 0762098..a2fc960 100644 --- a/manifest.py +++ b/manifest.py
@@ -40,5 +40,8 @@ def projects(self): return {} + def InitBranch(self): + pass + def SetMRefs(self, project): pass