changeset 23895 | cda18ded2c48 |
parent 23086 | cde6904f1992 |
child 25085 | e05734cd7902 |
--- a/mercurial/httppeer.py Fri Jan 16 16:25:30 2015 -0800 +++ b/mercurial/httppeer.py Thu Jan 15 14:39:41 2015 -0800 @@ -193,7 +193,7 @@ type = x break - tempname = changegroup.writebundle(cg, None, type) + tempname = changegroup.writebundle(self.ui, cg, None, type) fp = httpconnection.httpsendfile(self.ui, tempname, "rb") headers = {'Content-Type': 'application/mercurial-0.1'}