diff -r 654b9e1966f7 -r 525fdb738975 mercurial/url.py --- 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