mercurial/dispatch.py
branchstable
changeset 21961 af15de6775c7
parent 21824 57c70d3ad1c9
child 22158 bc2132dfc0a4
child 22376 d821fff9b0b9
--- a/mercurial/dispatch.py	Fri Aug 01 02:14:24 2014 +0900
+++ b/mercurial/dispatch.py	Thu Jul 31 14:31:31 2014 -0500
@@ -766,7 +766,7 @@
     if options['version']:
         return commands.version_(ui)
     if options['help']:
-        return commands.help_(ui, cmd)
+        return commands.help_(ui, cmd, command=True)
     elif not cmd:
         return commands.help_(ui, 'shortlist')