mercurial/dispatch.py
changeset 48255 8c34edb1ad10
parent 48186 6edc8800dbc3
child 48256 56d037d07395
--- a/mercurial/dispatch.py	Mon Oct 18 10:56:54 2021 +0200
+++ b/mercurial/dispatch.py	Tue Oct 19 19:04:11 2021 +0200
@@ -316,10 +316,7 @@
             except IOError as inst:
                 if inst.errno != errno.EPIPE:
                     raise
-            if req.ui.configbool(b'ui', b'detailed-exit-code'):
-                ret = 250
-            else:
-                ret = -1
+            ret = -1
         finally:
             duration = util.timer() - starttime
             try: