diff -r 2896d450fec4 -r af15de6775c7 mercurial/dispatch.py --- 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')