Mercurial > hg
diff mercurial/dispatch.py @ 21976:3467cf39aae6
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 01 Aug 2014 18:32:52 -0500 |
parents | af15de6775c7 |
children | bc2132dfc0a4 d821fff9b0b9 |
line wrap: on
line diff
--- a/mercurial/dispatch.py Fri Jul 18 19:46:56 2014 -0400 +++ b/mercurial/dispatch.py Fri Aug 01 18:32:52 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')