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/help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'subcmds/help.py') diff --git a/subcmds/help.py b/subcmds/help.py index c5979fd6..01d5fa23 100644 --- a/subcmds/help.py +++ b/subcmds/help.py @@ -163,6 +163,7 @@ See 'repo help --all' for a complete list of recognized commands. print >>sys.stderr, "repo: '%s' is not a repo command." % name sys.exit(1) + cmd.repodir = self.repodir self._PrintCommandHelp(cmd) else: -- cgit v1.2.3-54-g00ecf