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/help.py b/subcmds/help.py index c5979fd..01d5fa2 100644 --- a/subcmds/help.py +++ b/subcmds/help.py
@@ -163,6 +163,7 @@ print >>sys.stderr, "repo: '%s' is not a repo command." % name sys.exit(1) + cmd.repodir = self.repodir self._PrintCommandHelp(cmd) else: