From fe7062dd37f4696ff418450d1917bfb98e91881e Mon Sep 17 00:00:00 2001 From: Matt Mackall Date: Thu, 18 Jul 2013 16:29:05 -0500 Subject: [PATCH] tests: update for commit --secret --- tests/test-completion.t | 2 +- tests/test-qrecord.t | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-completion.t b/tests/test-completion.t index ea7ada62c5..9f85f4a4b1 100644 --- a/tests/test-completion.t +++ b/tests/test-completion.t @@ -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 diff --git a/tests/test-qrecord.t b/tests/test-qrecord.t index 9d528affa6..cf523293b5 100644 --- a/tests/test-qrecord.t +++ b/tests/test-qrecord.t @@ -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