comparison 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
comparison
equal deleted inserted replaced
43902:e623ad1b4800 43903:d50b4ad1d4a5
16 $ cd t 16 $ cd t
17 $ hg transplant 17 $ hg transplant
18 abort: no source URL, branch revision, or revision list provided 18 abort: no source URL, branch revision, or revision list provided
19 [255] 19 [255]
20 $ hg transplant --continue --all 20 $ hg transplant --continue --all
21 abort: --continue is incompatible with --branch, --all and --merge 21 abort: cannot specify both --continue and --all
22 [255] 22 [255]
23 $ hg transplant --stop --all 23 $ hg transplant --stop --all
24 abort: --stop is incompatible with --branch, --all and --merge 24 abort: cannot specify both --stop and --all
25 [255] 25 [255]
26 $ hg transplant --all tip 26 $ hg transplant --all tip
27 abort: --all requires a branch revision 27 abort: --all requires a branch revision
28 [255] 28 [255]
29 $ hg transplant --all --branch default tip 29 $ hg transplant --all --branch default tip