Comments
Patch
@@ -142,20 +142,20 @@ Check the help
options ([+] can be repeated):
- -A --addremove mark new/missing files as added/removed before
+ -A --[no-]addremove mark new/missing files as added/removed before
committing
- -e --edit invoke editor on commit messages
- --close-branch mark a branch as closed, hiding it from the branch
+ -e --[no-]edit invoke editor on commit messages
+ --[no-]close-branch mark a branch as closed, hiding it from the branch
list
- -s --secret use the secret phase for committing
+ -s --[no-]secret use the secret phase for committing
-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
-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
- -i --interactive use interactive mode
+ -D --[no-]current-date record the current date as commit date
+ -U --[no-]current-user record the current user as committer
+ -i --[no-]interactive use interactive mode
(some details hidden, use --verbose to show complete help)
@@ -457,7 +457,7 @@ of the `uncommit` command to splitting a
options ([+] can be repeated):
- -a --all uncommit all changes when no arguments given
+ -a --[no-]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
@@ -490,7 +490,7 @@ The tutorial part is not written yet but
options ([+] can be repeated):
-r --rev VALUE [+] revision to fold
- --exact only fold specified revisions
+ --[no-]exact only fold specified revisions
-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