--- 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...