tests/test-graft.t
changeset 43893 2e672ccc2220
parent 42582 5171937ad0f9
child 44040 58db8f63f4e2
--- a/tests/test-graft.t	Thu Dec 12 15:16:13 2019 -0800
+++ b/tests/test-graft.t	Thu Dec 12 14:54:38 2019 -0800
@@ -127,10 +127,10 @@
 
   $ hg up -q 0
   $ hg graft -U --user foo 2
-  abort: --user and --currentuser are mutually exclusive
+  abort: cannot specify both --user and --currentuser
   [255]
   $ hg graft -D --date '0 0' 2
-  abort: --date and --currentdate are mutually exclusive
+  abort: cannot specify both --date and --currentdate
   [255]
 
 Can't graft with dirty wd: