tests/test-tutorial.t
changeset 1064 95d84c8b4bcc
parent 1058 00bc31523074
child 1092 85c699c4fba4
child 1099 bac4e0bc9f6a
--- a/tests/test-tutorial.t	Mon Aug 18 15:57:44 2014 -0700
+++ b/tests/test-tutorial.t	Fri Aug 15 16:39:42 2014 -0700
@@ -452,16 +452,14 @@
   
       Return 0 if changed files are uncommitted.
   
-  options:
+  options ([+] can be repeated):
   
    -a --all                 uncommit all changes when no arguments given
    -r --rev VALUE           revert commit content to REV instead
    -I --include PATTERN [+] include names matching the given patterns
    -X --exclude PATTERN [+] exclude names matching the given patterns
   
-  [+] marked option can be specified multiple times
-  
-  use "hg -v help uncommit" to show the global options
+  (some details hidden, use --verbose to show complete help)
 
 
 The edit command of histedit can be used to split changeset:
@@ -487,7 +485,7 @@
       parent of the working directory. In this case, the given revisions must
       form a linear unbroken chain.
   
-  options:
+  options ([+] can be repeated):
   
    -r --rev VALUE [+] revision to fold
       --exact         only fold specified revisions
@@ -496,9 +494,7 @@
    -d --date DATE     record the specified date as commit date
    -u --user USER     record the specified user as committer
   
-  [+] marked option can be specified multiple times
-  
-  use "hg -v help fold" to show more complete help and the global options
+  (some details hidden, use --verbose to show complete help)
 
 
 -----------------------