diff tests/test-bundle.t @ 45847:d68618954ade

errors: use InputError for some errors on `hg clone` Differential Revision: https://phab.mercurial-scm.org/D9329
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Nov 2020 15:28:06 -0800
parents 8d72e29ad1e0
children 95c4cca641f6
line wrap: on
line diff
--- a/tests/test-bundle.t	Thu Nov 12 13:22:40 2020 -0800
+++ b/tests/test-bundle.t	Thu Nov 12 15:28:06 2020 -0800
@@ -601,7 +601,7 @@
 
   $ hg clone full.hg ''
   abort: empty destination path is not valid
-  [255]
+  [10]
 
 test for https://bz.mercurial-scm.org/216