mercurial/dispatch.py
changeset 14286 005a540e9aee
parent 14265 e4ab5ae193f2
child 14438 08bfec2ef031
--- a/mercurial/dispatch.py	Tue May 10 13:19:05 2011 +0200
+++ b/mercurial/dispatch.py	Tue May 10 14:42:53 2011 +0200
@@ -90,7 +90,7 @@
     except error.CommandError, inst:
         if inst.args[0]:
             ui.warn(_("hg %s: %s\n") % (inst.args[0], inst.args[1]))
-            commands.help_(ui, inst.args[0], full=False)
+            commands.help_(ui, inst.args[0], full=False, command=True)
         else:
             ui.warn(_("hg: %s\n") % inst.args[1])
             commands.help_(ui, 'shortlist')