branch | stable |
changeset 24849 | aff2aca3420e |
parent 24846 | e79dd1c9753e |
child 24851 | df0ce98c882f |
--- a/mercurial/bundle2.py Thu Apr 23 14:57:39 2015 +0100 +++ b/mercurial/bundle2.py Thu Apr 23 17:03:58 2015 +0100 @@ -354,7 +354,7 @@ # itself represents a defect of a different variety). output = None if op.reply is not None: - op.ui.pushbuffer(error=True) + op.ui.pushbuffer(error=True, subproc=True) output = '' try: handler(op, part)