From 75b87c8a5171b26947d0a13d970f09defac736e3 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 3 Jul 2009 16:24:57 -0700 Subject: 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 --- manifest.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifest.py') 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): def projects(self): return {} + def InitBranch(self): + pass + def SetMRefs(self, project): pass -- cgit v1.2.3-54-g00ecf