Submitter | Simon Farnsworth |
---|---|
Date | March 6, 2017, 11:28 a.m. |
Message ID | <58598f53624156fc16d1.1488799685@devvm022.lla2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/18936/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -886,7 +886,8 @@ # update state state['current'] = [node] hbisect.save_state(repo, state) - status = ui.system(command, environ={'HG_NODE': hex(node)}) + status = ui.system(command, environ={'HG_NODE': hex(node)}, + blockedtag='bisect_check') if status == 125: transition = "skip" elif status == 0: