tests: update for commit --secret

This commit is contained in:
Matt Mackall 2013-07-18 16:29:05 -05:00
parent a776319fd8
commit fe7062dd37
2 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,7 @@ Show all commands + options
add: include, exclude, subrepos, dry-run
annotate: rev, follow, no-follow, text, user, file, date, number, changeset, line-number, ignore-all-space, ignore-space-change, ignore-blank-lines, include, exclude
clone: noupdate, updaterev, rev, branch, pull, uncompressed, ssh, remotecmd, insecure
commit: addremove, close-branch, amend, include, exclude, message, logfile, date, user, subrepos
commit: addremove, close-branch, amend, secret, include, exclude, message, logfile, date, user, subrepos
diff: rev, change, text, git, nodates, show-function, reverse, ignore-all-space, ignore-space-change, ignore-blank-lines, unified, stat, include, exclude, subrepos
export: output, switch-parent, rev, text, git, nodates
forget: include, exclude

View File

@ -61,6 +61,7 @@ help record (record)
--close-branch mark a branch as closed, hiding it from the branch
list
--amend amend the parent of the working dir
-s --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