comparison tests/test-bundle.t @ 48368:8c4881c07f57

errors: use detailed exit code for RepoLookupError Differential Revision: https://phab.mercurial-scm.org/D11829
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 19 Nov 2021 16:16:21 -0800
parents 8ae828fd008b
children 23db8460974b
comparison
equal deleted inserted replaced
48367:0b8e076e878c 48368:8c4881c07f57
714 $ cp bundle.hg 'test#bundle.hg' 714 $ cp bundle.hg 'test#bundle.hg'
715 $ cd orig 715 $ cd orig
716 $ hg incoming '../test#bundle.hg' 716 $ hg incoming '../test#bundle.hg'
717 comparing with ../test 717 comparing with ../test
718 abort: unknown revision 'bundle.hg' 718 abort: unknown revision 'bundle.hg'
719 [255] 719 [10]
720 720
721 note that percent encoding is not handled: 721 note that percent encoding is not handled:
722 722
723 $ hg incoming ../test%23bundle.hg 723 $ hg incoming ../test%23bundle.hg
724 abort: repository ../test%23bundle.hg not found 724 abort: repository ../test%23bundle.hg not found