mercurial/httpconnection.py
changeset 29248 e6de6ef3e426
parent 29227 dffe78d80a6c
child 29250 d6b9468eebee
--- a/mercurial/httpconnection.py	Wed May 25 16:09:07 2016 -0700
+++ b/mercurial/httpconnection.py	Wed May 25 19:43:22 2016 -0700
@@ -285,5 +285,6 @@
         con = HTTPConnection(host, port, use_ssl=True,
                              ssl_wrap_socket=sslutil.wrapsocket,
                              ssl_validator=sslutil.validatesocket,
+                             ui=self.ui,
                              **kwargs)
         return con