components/mercurial/patches/https_proxy.patch
changeset 3596 042f4e7a6dbe
parent 3595 3fab3649e6cd
child 3597 c79130430988
--- a/components/mercurial/patches/https_proxy.patch	Wed Jan 07 11:38:53 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# 7029500 Mercurial doesn't work through https in snv_161
-
---- mercurial-2.8.2/mercurial/keepalive.py	Wed Jan  2 03:46:39 2014
-+++ mercurial-2.8.2/mercurial/keepalive.py	Wed Jan  2 03:46:39 2014
-@@ -247,6 +251,8 @@
-             else:
-                 # no (working) free connections were found.  Create a new one.
-                 h = http_class(host)
-+                if req._tunnel_host:
-+                        h._set_tunnel(req._tunnel_host)
-                 if DEBUG:
-                     DEBUG.info("creating new connection to %s (%d)",
-                                host, id(h))