diff tests/test-transplant.t @ 43903:d50b4ad1d4a5

transplant: use check_incompatible_arguments() Differential Revision: https://phab.mercurial-scm.org/D7663
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 13 Dec 2019 14:12:14 -0800
parents d7304434390f
children 8d72e29ad1e0
line wrap: on
line diff
--- 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