tests: update for commit --secret
authorMatt Mackall <mpm@selenic.com>
Thu, 18 Jul 2013 16:29:05 -0500
changeset 19445 29c726e9c3ab
parent 19444 f9e04a4e28d0
child 19446 25dae11bb044
tests: update for commit --secret
tests/test-completion.t
tests/test-qrecord.t
--- a/tests/test-completion.t	Sun Jul 14 21:50:52 2013 +0800
+++ b/tests/test-completion.t	Thu Jul 18 16:29:05 2013 -0500
@@ -199,7 +199,7 @@
   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
--- a/tests/test-qrecord.t	Sun Jul 14 21:50:52 2013 +0800
+++ b/tests/test-qrecord.t	Thu Jul 18 16:29:05 2013 -0500
@@ -61,6 +61,7 @@
       --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