From f1a6b14fdc5402f9ed765a8a342d9c07c5b91e2d Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 3 Jun 2009 16:01:11 -0700 Subject: Create an abstract Manifest base class This will help as we add support for another manifest type. Signed-off-by: Shawn O. Pearce --- subcmds/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/sync.py') diff --git a/subcmds/sync.py b/subcmds/sync.py index bd07dd9f..afd44dab 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -214,7 +214,7 @@ uncommitted changes are present' % project.relpath 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: -- cgit v1.2.3-54-g00ecf