mercurial/help.py
changeset 22110 26f7c8033bed
parent 21796 8225bb1f0ad3
child 22111 aa5e256839d5
--- 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