diff -r aa64a87b493d -r 005a540e9aee mercurial/dispatch.py --- 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')