diff tests/test-fix.t @ 41010:e8e2a7656e83

help: hide default value for default-off flags If we no longer show the "[no-]" for default-off flags, it also seems unnecessary to show the "default: off" for them, since that's quite clearly the default. It's extra confusing for action flags like `hg bookmarks --delete`. Differential Revision: https://phab.mercurial-scm.org/D5455
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 19 Dec 2018 09:33:42 -0800
parents fcc0a7ac9ebd
children d8f5c615e811
line wrap: on
line diff
--- a/tests/test-fix.t	Wed Dec 19 09:20:32 2018 -0800
+++ b/tests/test-fix.t	Wed Dec 19 09:33:42 2018 -0800
@@ -104,12 +104,12 @@
   
   options ([+] can be repeated):
   
-      --all          fix all non-public non-obsolete revisions (default: off)
+      --all          fix all non-public non-obsolete revisions
       --base REV [+] revisions to diff against (overrides automatic selection,
                      and applies to every revision being fixed)
    -r --rev REV [+]  revisions to fix
-   -w --working-dir  fix the working directory (default: off)
-      --whole        always fix every line of a file (default: off)
+   -w --working-dir  fix the working directory
+      --whole        always fix every line of a file
   
   (some details hidden, use --verbose to show complete help)