changeset 1160:95d84c8b4bcc

test: update help output to future 3.2
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 15 Aug 2014 16:39:42 -0700
parents 742c1ce79a96
children f355bbc124fc
files tests/test-tutorial.t
diffstat 1 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-tutorial.t
+++ b/tests/test-tutorial.t
@@ -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)
 
 
 -----------------------