mercurial/sslutil.py
changeset 29248 e6de6ef3e426
parent 29228 9b07017ba528
child 29249 cca59ef27e60
--- a/mercurial/sslutil.py	Wed May 25 16:09:07 2016 -0700
+++ b/mercurial/sslutil.py	Wed May 25 19:43:22 2016 -0700
@@ -247,7 +247,7 @@
 
     ``host`` is the hostname being connected to.
     """
-    kws = {'ui': ui}
+    kws = {}
 
     # If a host key fingerprint is on file, it is the only thing that matters
     # and CA certs don't come into play.