diff mercurial/url.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents d30ec2d16c5a
children e7cfe3587ea4
line wrap: on
line diff
--- 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