--- a/tests/test-tutorial.t Wed Oct 17 14:02:18 2018 +0200
+++ b/tests/test-tutorial.t Wed Oct 17 23:10:30 2018 +0800
@@ -934,9 +934,9 @@
options ([+] can be repeated):
-a --all uncommit all changes when no arguments given
- -r --rev VALUE revert commit content to REV instead
+ -r --rev REV revert commit content to REV instead
--revert discard working directory changes after uncommit
- -n --note VALUE store a note on uncommit
+ -n --note TEXT store a note on uncommit
-I --include PATTERN [+] include names matching the given patterns
-X --exclude PATTERN [+] exclude names matching the given patterns
-m --message TEXT use text as commit message
@@ -973,16 +973,16 @@
options ([+] can be repeated):
- -r --rev VALUE [+] revision to fold
- --exact only fold specified revisions
- --from fold revisions linearly to working copy parent
- -n --note VALUE store a note on fold
- -m --message TEXT use text as commit message
- -l --logfile FILE read commit message from file
- -d --date DATE record the specified date as commit date
- -u --user USER record the specified user as committer
- -D --current-date record the current date as commit date
- -U --current-user record the current user as committer
+ -r --rev REV [+] revision to fold
+ --exact only fold specified revisions
+ --from fold revisions linearly to working copy parent
+ -n --note TEXT store a note on fold
+ -m --message TEXT use text as commit message
+ -l --logfile FILE read commit message from file
+ -d --date DATE record the specified date as commit date
+ -u --user USER record the specified user as committer
+ -D --current-date record the current date as commit date
+ -U --current-user record the current user as committer
(some details hidden, use --verbose to show complete help)