mercurial/url.py
changeset 16683 525fdb738975
parent 15081 d30ec2d16c5a
child 17424 e7cfe3587ea4
--- a/mercurial/url.py	Fri May 11 18:41:04 2012 +0200
+++ b/mercurial/url.py	Sat May 12 15:54:54 2012 +0200
@@ -377,7 +377,8 @@
                 keyfile = self.auth['key']
                 certfile = self.auth['cert']
 
-            conn = httpsconnection(host, port, keyfile, certfile, *args, **kwargs)
+            conn = httpsconnection(host, port, keyfile, certfile, *args,
+                                   **kwargs)
             conn.ui = self.ui
             return conn