branch | stable |
changeset 24849 | aff2aca3420e |
parent 24847 | b705e5ab3b07 |
child 24850 | 6b81309d15a7 |
--- a/mercurial/exchange.py Thu Apr 23 14:57:39 2015 +0100 +++ b/mercurial/exchange.py Thu Apr 23 17:03:58 2015 +0100 @@ -1303,7 +1303,7 @@ exc.duringunbundle2 = True if r is not None: parts = exc._bundle2salvagedoutput = r.salvageoutput() - repo.ui.pushbuffer(error=True) + repo.ui.pushbuffer(error=True, subproc=True) def recordout(output): part = bundle2.bundlepart('output', data=output, mandatory=False)