comparison tests/test-static-http.t @ 45839:ebee234d952a

errors: set detailed exit code to 100 for some remote errors This is per https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan. Differential Revision: https://phab.mercurial-scm.org/D9309
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 22 Oct 2020 13:31:34 -0700
parents 35b255e474d9
children 95c4cca641f6
comparison
equal deleted inserted replaced
45838:ae00e170f2d1 45839:ebee234d952a
1 #require no-reposimplestore 1 #require no-reposimplestore
2 2
3 $ hg clone http://localhost:$HGPORT/ copy 3 $ hg clone http://localhost:$HGPORT/ copy
4 abort: * (glob) 4 abort: * (glob)
5 [255] 5 [100]
6 $ test -d copy 6 $ test -d copy
7 [1] 7 [1]
8 8
9 This server doesn't do range requests so it's basically only good for 9 This server doesn't do range requests so it's basically only good for
10 one pull 10 one pull