test: update help output to future 3.2
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 15 Aug 2014 16:39:42 -0700
changeset 1064 95d84c8b4bcc
parent 1063 742c1ce79a96
child 1065 f355bbc124fc
test: update help output to future 3.2
tests/test-tutorial.t
--- 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)
 
 
 -----------------------