summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/help.py')
-rw-r--r--subcmds/help.py1
1 files changed, 1 insertions, 0 deletions
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.
163 print >>sys.stderr, "repo: '%s' is not a repo command." % name 163 print >>sys.stderr, "repo: '%s' is not a repo command." % name
164 sys.exit(1) 164 sys.exit(1)
165 165
166 cmd.repodir = self.repodir
166 self._PrintCommandHelp(cmd) 167 self._PrintCommandHelp(cmd)
167 168
168 else: 169 else: