Show More
@@ -199,7 +199,7 b' Show all commands + options' | |||
|
199 | 199 | add: include, exclude, subrepos, dry-run |
|
200 | 200 | annotate: rev, follow, no-follow, text, user, file, date, number, changeset, line-number, ignore-all-space, ignore-space-change, ignore-blank-lines, include, exclude |
|
201 | 201 | clone: noupdate, updaterev, rev, branch, pull, uncompressed, ssh, remotecmd, insecure |
|
202 | commit: addremove, close-branch, amend, include, exclude, message, logfile, date, user, subrepos | |
|
202 | commit: addremove, close-branch, amend, secret, include, exclude, message, logfile, date, user, subrepos | |
|
203 | 203 | diff: rev, change, text, git, nodates, show-function, reverse, ignore-all-space, ignore-space-change, ignore-blank-lines, unified, stat, include, exclude, subrepos |
|
204 | 204 | export: output, switch-parent, rev, text, git, nodates |
|
205 | 205 | forget: include, exclude |
@@ -61,6 +61,7 b' help record (record)' | |||
|
61 | 61 | --close-branch mark a branch as closed, hiding it from the branch |
|
62 | 62 | list |
|
63 | 63 | --amend amend the parent of the working dir |
|
64 | -s --secret use the secret phase for committing | |
|
64 | 65 | -I --include PATTERN [+] include names matching the given patterns |
|
65 | 66 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
66 | 67 | -m --message TEXT use text as commit message |
General Comments 0
You need to be logged in to leave comments.
Login now