tests/test-extension.t
changeset 30152 d65e246100ed
parent 30024 f3c4edfd35e1
child 30306 5581b294f3c6
--- a/tests/test-extension.t	Mon Sep 19 17:15:39 2016 -0400
+++ b/tests/test-extension.t	Sun Oct 09 03:11:18 2016 +0200
@@ -530,19 +530,19 @@
       --cwd DIR           change working directory
    -y --noninteractive    do not prompt, automatically pick the first choice for
                           all prompts
-   -q --[no-]quiet        suppress output
-   -v --[no-]verbose      enable additional output
+   -q --quiet             suppress output
+   -v --verbose           enable additional output
       --config CONFIG [+] set/override config option (use 'section.name=value')
-      --[no-]debug        enable debugging output
-      --[no-]debugger     start debugger
+      --debug             enable debugging output
+      --debugger          start debugger
       --encoding ENCODE   set the charset encoding (default: ascii)
       --encodingmode MODE set the charset encoding mode (default: strict)
-      --[no-]traceback    always print a traceback on exception
-      --[no-]time         time how long the command takes
-      --[no-]profile      print command execution profile
+      --traceback         always print a traceback on exception
+      --time              time how long the command takes
+      --profile           print command execution profile
       --version           output version information and exit
    -h --help              display help and exit
-      --[no-]hidden       consider hidden changesets
+      --hidden            consider hidden changesets
 
 
 
@@ -565,19 +565,19 @@
       --cwd DIR           change working directory
    -y --noninteractive    do not prompt, automatically pick the first choice for
                           all prompts
-   -q --[no-]quiet        suppress output
-   -v --[no-]verbose      enable additional output
+   -q --quiet             suppress output
+   -v --verbose           enable additional output
       --config CONFIG [+] set/override config option (use 'section.name=value')
-      --[no-]debug        enable debugging output
-      --[no-]debugger     start debugger
+      --debug             enable debugging output
+      --debugger          start debugger
       --encoding ENCODE   set the charset encoding (default: ascii)
       --encodingmode MODE set the charset encoding mode (default: strict)
-      --[no-]traceback    always print a traceback on exception
-      --[no-]time         time how long the command takes
-      --[no-]profile      print command execution profile
+      --traceback         always print a traceback on exception
+      --time              time how long the command takes
+      --profile           print command execution profile
       --version           output version information and exit
    -h --help              display help and exit
-      --[no-]hidden       consider hidden changesets
+      --hidden            consider hidden changesets
 
 
 
@@ -624,10 +624,10 @@
    -o --option OPT [+]      pass option to comparison program
    -r --rev REV [+]         revision
    -c --change REV          change made by revision
-      --[no-]patch          compare patches for two revisions
+      --patch               compare patches for two revisions
    -I --include PATTERN [+] include names matching the given patterns
    -X --exclude PATTERN [+] exclude names matching the given patterns
-   -S --[no-]subrepos       recurse into subrepositories
+   -S --subrepos            recurse into subrepositories
   
   (some details hidden, use --verbose to show complete help)
 
@@ -851,19 +851,19 @@
       --cwd DIR           change working directory
    -y --noninteractive    do not prompt, automatically pick the first choice for
                           all prompts
-   -q --[no-]quiet        suppress output
-   -v --[no-]verbose      enable additional output
+   -q --quiet             suppress output
+   -v --verbose           enable additional output
       --config CONFIG [+] set/override config option (use 'section.name=value')
-      --[no-]debug        enable debugging output
-      --[no-]debugger     start debugger
+      --debug             enable debugging output
+      --debugger          start debugger
       --encoding ENCODE   set the charset encoding (default: ascii)
       --encodingmode MODE set the charset encoding mode (default: strict)
-      --[no-]traceback    always print a traceback on exception
-      --[no-]time         time how long the command takes
-      --[no-]profile      print command execution profile
+      --traceback         always print a traceback on exception
+      --time              time how long the command takes
+      --profile           print command execution profile
       --version           output version information and exit
    -h --help              display help and exit
-      --[no-]hidden       consider hidden changesets
+      --hidden            consider hidden changesets
 
 Make sure that single '-v' option shows help and built-ins only for 'dodo' command
   $ hg help -v dodo
@@ -875,7 +875,7 @@
   
   options:
   
-    --[no-]mq operate on patch repository
+    --mq operate on patch repository
   
   global options ([+] can be repeated):
   
@@ -884,19 +884,19 @@
       --cwd DIR           change working directory
    -y --noninteractive    do not prompt, automatically pick the first choice for
                           all prompts
-   -q --[no-]quiet        suppress output
-   -v --[no-]verbose      enable additional output
+   -q --quiet             suppress output
+   -v --verbose           enable additional output
       --config CONFIG [+] set/override config option (use 'section.name=value')
-      --[no-]debug        enable debugging output
-      --[no-]debugger     start debugger
+      --debug             enable debugging output
+      --debugger          start debugger
       --encoding ENCODE   set the charset encoding (default: ascii)
       --encodingmode MODE set the charset encoding mode (default: strict)
-      --[no-]traceback    always print a traceback on exception
-      --[no-]time         time how long the command takes
-      --[no-]profile      print command execution profile
+      --traceback         always print a traceback on exception
+      --time              time how long the command takes
+      --profile           print command execution profile
       --version           output version information and exit
    -h --help              display help and exit
-      --[no-]hidden       consider hidden changesets
+      --hidden            consider hidden changesets
 
 In case when extension name doesn't match any of its commands,
 help message should ask for '-v' to get list of built-in aliases
@@ -955,19 +955,19 @@
       --cwd DIR           change working directory
    -y --noninteractive    do not prompt, automatically pick the first choice for
                           all prompts
-   -q --[no-]quiet        suppress output
-   -v --[no-]verbose      enable additional output
+   -q --quiet             suppress output
+   -v --verbose           enable additional output
       --config CONFIG [+] set/override config option (use 'section.name=value')
-      --[no-]debug        enable debugging output
-      --[no-]debugger     start debugger
+      --debug             enable debugging output
+      --debugger          start debugger
       --encoding ENCODE   set the charset encoding (default: ascii)
       --encodingmode MODE set the charset encoding mode (default: strict)
-      --[no-]traceback    always print a traceback on exception
-      --[no-]time         time how long the command takes
-      --[no-]profile      print command execution profile
+      --traceback         always print a traceback on exception
+      --time              time how long the command takes
+      --profile           print command execution profile
       --version           output version information and exit
    -h --help              display help and exit
-      --[no-]hidden       consider hidden changesets
+      --hidden            consider hidden changesets
 
   $ hg help -v -e dudu
   dudu extension -
@@ -987,19 +987,19 @@
       --cwd DIR           change working directory
    -y --noninteractive    do not prompt, automatically pick the first choice for
                           all prompts
-   -q --[no-]quiet        suppress output
-   -v --[no-]verbose      enable additional output
+   -q --quiet             suppress output
+   -v --verbose           enable additional output
       --config CONFIG [+] set/override config option (use 'section.name=value')
-      --[no-]debug        enable debugging output
-      --[no-]debugger     start debugger
+      --debug             enable debugging output
+      --debugger          start debugger
       --encoding ENCODE   set the charset encoding (default: ascii)
       --encodingmode MODE set the charset encoding mode (default: strict)
-      --[no-]traceback    always print a traceback on exception
-      --[no-]time         time how long the command takes
-      --[no-]profile      print command execution profile
+      --traceback         always print a traceback on exception
+      --time              time how long the command takes
+      --profile           print command execution profile
       --version           output version information and exit
    -h --help              display help and exit
-      --[no-]hidden       consider hidden changesets
+      --hidden            consider hidden changesets
 
 Disabled extension commands: