comparison tests/test-subrepo-recursion.t @ 45742:b5e0746e272b

incoming: leverage cmdutil.check_incompatible_arguments() Differential Revision: https://phab.mercurial-scm.org/D9220
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 15 Oct 2020 22:23:45 -0700
parents 1a6bb5a85e30
children 8d72e29ad1e0
comparison
equal deleted inserted replaced
45741:4f7309fdfb60 45742:b5e0746e272b
679 comparing with $TESTTMP/repo2/foo/bar 679 comparing with $TESTTMP/repo2/foo/bar
680 searching for changes 680 searching for changes
681 no changes found 681 no changes found
682 682
683 $ hg incoming -S --bundle incoming.hg 683 $ hg incoming -S --bundle incoming.hg
684 abort: cannot combine --bundle and --subrepos 684 abort: cannot specify both --subrepos and --bundle
685 [255] 685 [255]
686 686
687 Test missing subrepo: 687 Test missing subrepo:
688 688
689 $ rm -r foo 689 $ rm -r foo