diff -r feab93a24e81 -r 26f7c8033bed mercurial/help.py --- a/mercurial/help.py Tue Aug 12 00:42:05 2014 -0500 +++ b/mercurial/help.py Tue Aug 12 03:01:37 2014 -0500 @@ -296,11 +296,8 @@ rst.append(_('\nuse "hg help %s" to show the full help text\n') % name) elif not ui.quiet: - omitted = _('use "hg -v help %s" to show more complete' - ' help and the global options') % name - notomitted = _('use "hg -v help %s" to show' - ' the global options') % name - indicateomitted(rst, omitted, notomitted) + rst.append(_('\n(some details hidden, use --verbose ' + 'to show complete help)')) return rst