mercurial/dispatch.py
changeset 36711 68328202f270
parent 36670 77f98867538f
child 36743 3fdba7fb264d
--- a/mercurial/dispatch.py	Sat Mar 03 23:29:40 2018 -0500
+++ b/mercurial/dispatch.py	Sat Mar 03 19:02:50 2018 -0500
@@ -85,7 +85,7 @@
     req = request(pycompat.sysargv[1:])
     err = None
     try:
-        status = (dispatch(req) or 0) & 255
+        status = (dispatch(req) or 0)
     except error.StdioError as e:
         err = e
         status = -1