Mercurial > hg
diff tests/test-uncommit.t @ 43893:2e672ccc2220
commit: use cmdutil.check_at_most_one_arg()
Differential Revision: https://phab.mercurial-scm.org/D7634
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 12 Dec 2019 14:54:38 -0800 |
parents | 576fd1c8b20b |
children | 5323cdb8ae33 |
line wrap: on
line diff
--- a/tests/test-uncommit.t Thu Dec 12 15:16:13 2019 -0800 +++ b/tests/test-uncommit.t Thu Dec 12 14:54:38 2019 -0800 @@ -554,10 +554,10 @@ $ hg rollback -q --config ui.rollback=True $ hg uncommit -U --user 'user' - abort: --user and --currentuser are mutually exclusive + abort: cannot specify both --user and --currentuser [255] $ hg uncommit -D --date today - abort: --date and --currentdate are mutually exclusive + abort: cannot specify both --date and --currentdate [255] `uncommit <dir>` and `cd <dir> && uncommit .` behave the same...