diff -r 80a37f706011 -r 861ddedfb402 mercurial/help.py --- a/mercurial/help.py Thu Dec 18 10:11:38 2014 -0800 +++ b/mercurial/help.py Mon Dec 22 03:20:50 2014 +0100 @@ -371,6 +371,9 @@ elif name and not full: rst.append(_('\n(use "hg help %s" to show the full help ' 'text)\n') % name) + elif name and cmds and name in cmds.keys(): + rst.append(_('\n(use "hg help -v -e %s" to show built-in ' + 'aliases and global options)\n') % name) else: rst.append(_('\n(use "hg help -v%s" to show built-in aliases ' 'and global options)\n')