diff tests/test-dispatch.t @ 45911:8939062597f0

errors: raise InputError on bad repo arguments I'm not sure if one of these should be StateError... Differential Revision: https://phab.mercurial-scm.org/D9383
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 10:42:03 -0800
parents ca39c45014fa
children ac565222b9f8
line wrap: on
line diff
--- a/tests/test-dispatch.t	Mon Nov 23 14:48:05 2020 -0800
+++ b/tests/test-dispatch.t	Mon Nov 23 10:42:03 2020 -0800
@@ -198,7 +198,7 @@
 
   $ hg cat
   abort: no repository found in '$TESTTMP' (.hg not found)
-  [255]
+  [10]
 
 #endif