tests/test-uncommit.t
changeset 43893 2e672ccc2220
parent 42974 576fd1c8b20b
child 44213 5323cdb8ae33
--- 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...