Skip to content
Snippets Groups Projects
Commit 6e6a00a7 authored by Alexis S. L. Carvalho's avatar Alexis S. L. Carvalho
Browse files

Push over HTTP: really tell the user the size of the bundle

parent b0bfe087
No related branches found
No related tags found
No related merge requests found
......@@ -298,8 +298,7 @@
cu = "%s%s" % (self._url, qs)
try:
if data:
self.ui.debug(_("sending %s bytes\n") %
headers.get('content-length', 'X'))
self.ui.debug(_("sending %s bytes\n") % len(data))
resp = urllib2.urlopen(request(cu, data, headers))
except urllib2.HTTPError, inst:
if inst.code == 401:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment