comparison mercurial/url.py @ 13177:04c8f3787546

url: fix check-code whitespace complaint
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Dec 2010 12:12:18 -0600
parents b75fc70f0a9f
children f16b3b1a2234
comparison
equal deleted inserted replaced
13176:895f54a79c6e 13177:04c8f3787546
544 (self.host, msg)) 544 (self.host, msg))
545 self.ui.debug('%s certificate successfully verified\n' % 545 self.ui.debug('%s certificate successfully verified\n' %
546 self.host) 546 self.host)
547 else: 547 else:
548 self.ui.warn(_("warning: %s certificate not verified " 548 self.ui.warn(_("warning: %s certificate not verified "
549 "(check web.cacerts config setting)\n") % 549 "(check web.cacerts config setting)\n") %
550 self.host) 550 self.host)
551 httplib.HTTPSConnection.connect(self) 551 httplib.HTTPSConnection.connect(self)
552 552
553 class httpsconnection(BetterHTTPS): 553 class httpsconnection(BetterHTTPS):
554 response_class = keepalive.HTTPResponse 554 response_class = keepalive.HTTPResponse