comparison tests/test-static-http.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 7015b0232c5e
children 7ee07e1a25c0
comparison
equal deleted inserted replaced
48367:0b8e076e878c 48368:8c4881c07f57
93 trying clone -r 93 trying clone -r
94 94
95 $ cd .. 95 $ cd ..
96 $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0 96 $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0
97 abort: unknown revision 'doesnotexist' 97 abort: unknown revision 'doesnotexist'
98 [255] 98 [10]
99 $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0 99 $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0
100 adding changesets 100 adding changesets
101 adding manifests 101 adding manifests
102 adding file changes 102 adding file changes
103 added 1 changesets with 2 changes to 2 files 103 added 1 changesets with 2 changes to 2 files