diff 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
line wrap: on
line diff
--- a/tests/test-static-http.t	Fri Nov 19 15:40:56 2021 -0800
+++ b/tests/test-static-http.t	Fri Nov 19 16:16:21 2021 -0800
@@ -95,7 +95,7 @@
   $ cd ..
   $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0
   abort: unknown revision 'doesnotexist'
-  [255]
+  [10]
   $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0
   adding changesets
   adding manifests