[PATCH 1 of 3 STABLE] httpclient: reverse accidental damage from 86db5cb55d46

timeless timeless at fmr.im
Thu Apr 21 05:30:35 UTC 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1461187982 0
#      Wed Apr 20 21:33:02 2016 +0000
# Branch stable
# Node ID 57d34adbea5be4a183a6a80a08abc45664c6d952
# Parent  1967c6b714e6bc2e3ffe7ea0197a5f2b42b53320
# Available At bb://timeless/mercurial-crew
#              hg pull bb://timeless/mercurial-crew -r 57d34adbea5b
httpclient: reverse accidental damage from 86db5cb55d46

diff -r 1967c6b714e6 -r 57d34adbea5b mercurial/httpclient/__init__.py
--- a/mercurial/httpclient/__init__.py	Fri Apr 15 14:28:26 2016 -0700
+++ b/mercurial/httpclient/__init__.py	Wed Apr 20 21:33:02 2016 +0000
@@ -41,6 +41,7 @@
 # Many functions in this file have too many arguments.
 # pylint: disable=R0913
 
+import cStringIO
 import errno
 import httplib
 import logging


More information about the Mercurial-devel mailing list