changeset 13115 | bda5f35fbf67 |
parent 13006 | ea68947ad0ce |
child 13555 | 970150ddaaf8 |
child 14503 | 4e958f2a193f |
--- a/mercurial/httprepo.py Tue Dec 07 15:50:28 2010 +0100 +++ b/mercurial/httprepo.py Fri Dec 10 13:31:06 2010 -0600 @@ -160,7 +160,7 @@ break tempname = changegroup.writebundle(cg, None, type) - fp = url.httpsendfile(tempname, "rb") + fp = url.httpsendfile(self.ui, tempname, "rb") headers = {'Content-Type': 'application/mercurial-0.1'} try: