commit | f1a6b14fdc5402f9ed765a8a342d9c07c5b91e2d | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Jun 03 16:01:11 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jul 03 11:00:16 2009 -0700 |
tree | f67b0e4fdb68bf3466202a27d5a0732edf424812 | |
parent | ca3d8ff4fc7bac11a747e4f32a81b42a01f4f297 [diff] [blame] |
Create an abstract Manifest base class This will help as we add support for another manifest type. Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/subcmds/sync.py b/subcmds/sync.py index bd07dd9..afd44da 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py
@@ -214,7 +214,7 @@ if not syncbuf.Finish(): sys.exit(1) - self.manifest._Unload() + self.GetManifest(reparse=True) all = self.GetProjects(args, missing_ok=True) missing = [] for project in all: