tests/test-transplant.t
changeset 43903 d50b4ad1d4a5
parent 42897 d7304434390f
child 45827 8d72e29ad1e0
--- a/tests/test-transplant.t	Fri Dec 13 14:31:51 2019 -0800
+++ b/tests/test-transplant.t	Fri Dec 13 14:12:14 2019 -0800
@@ -18,10 +18,10 @@
   abort: no source URL, branch revision, or revision list provided
   [255]
   $ hg transplant --continue --all
-  abort: --continue is incompatible with --branch, --all and --merge
+  abort: cannot specify both --continue and --all
   [255]
   $ hg transplant --stop --all
-  abort: --stop is incompatible with --branch, --all and --merge
+  abort: cannot specify both --stop and --all
   [255]
   $ hg transplant --all tip
   abort: --all requires a branch revision