mercurial/bundlerepo.py
changeset 23895 cda18ded2c48
parent 23878 37a92908a382
child 24003 b95a5bb58653
--- a/mercurial/bundlerepo.py	Fri Jan 16 16:25:30 2015 -0800
+++ b/mercurial/bundlerepo.py	Thu Jan 15 14:39:41 2015 -0800
@@ -410,7 +410,7 @@
         else:
             cg = other.changegroupsubset(incoming, rheads, 'incoming')
         bundletype = localrepo and "HG10BZ" or "HG10UN"
-        fname = bundle = changegroup.writebundle(cg, bundlename, bundletype)
+        fname = bundle = changegroup.writebundle(ui, cg, bundlename, bundletype)
         # keep written bundle?
         if bundlename:
             bundle = None