Submitter | phabricator |
---|---|
Date | Oct. 11, 2021, 11:30 p.m. |
Message ID | <differential-rev-PHID-DREV-ptx5xc7eakiarcthrxaf-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49950/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/dispatch.py b/mercurial/dispatch.py --- a/mercurial/dispatch.py +++ b/mercurial/dispatch.py @@ -253,7 +253,7 @@ status = -1 ret = _flushstdio(req.ui, err) - if ret: + if ret and not status: status = ret return status