# HG changeset patch # User Pierre-Yves David # Date 1408145982 25200 # Node ID 95d84c8b4bccb7afe718fbbd5050f93bf0488e28 # Parent 742c1ce79a962058198cc539470bb135baba4e61 test: update help output to future 3.2 diff -r 742c1ce79a96 -r 95d84c8b4bcc 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) -----------------------