mercurial/exchange.py
changeset 25896 6805a4f76cda
parent 25895 c30b739c322f
child 26184 327d09f0b5d4
--- a/mercurial/exchange.py	Mon Jul 20 13:35:19 2015 -0700
+++ b/mercurial/exchange.py	Mon Jul 20 13:39:25 2015 -0700
@@ -1419,7 +1419,7 @@
                 op = bundle2.bundleoperation(repo, lambda: tr,
                                              captureoutput=captureoutput)
                 try:
-                    r = bundle2.processbundle(repo, cg, op=op)
+                    op = bundle2.processbundle(repo, cg, op=op)
                 finally:
                     r = op.reply
                     if captureoutput and r is not None: