changeset 23624 | 861ddedfb402 |
parent 22637 | 149141c3a25f |
child 24080 | a3f2ea1d4943 |
--- 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')