diff -r 2c4fdee4d1a8 -r 0150741caace mercurial/commands.py --- a/mercurial/commands.py Wed Oct 05 09:20:38 2011 +0300 +++ b/mercurial/commands.py Fri Oct 07 16:36:54 2011 -0500 @@ -2807,7 +2807,7 @@ msg = _('use "hg -v help%s" to show builtin aliases and ' 'global options') % (name and " " + name or "") else: - msg = _('use "hg -v help %s" to show global options') % name + msg = _('use "hg -v help %s" to show more info') % name optlist.append((msg, ())) def helpcmd(name): @@ -2855,8 +2855,6 @@ keep = ui.verbose and ['verbose'] or [] formatted, pruned = minirst.format(doc, textwidth, keep=keep) ui.write("\n%s" % formatted) - if pruned: - ui.write(_('\nuse "hg -v help %s" to show verbose help\n') % name) if not ui.quiet: # options