mercurial/localrepo.py
changeset 45846 96ca817ec192
parent 45785 80f32ec8653a
child 45942 89a2afe31e82
--- a/mercurial/localrepo.py	Thu Nov 12 10:35:33 2020 -0800
+++ b/mercurial/localrepo.py	Thu Nov 12 13:22:40 2020 -0800
@@ -2845,7 +2845,7 @@
             extra = {}
 
         def fail(f, msg):
-            raise error.Abort(b'%s: %s' % (f, msg))
+            raise error.InputError(b'%s: %s' % (f, msg))
 
         if not match:
             match = matchmod.always()