comparison mercurial/url.py @ 13183:f9d29777b4eb stable

url: fix trailing whitespace
author Matt Mackall <mpm@selenic.com>
date Mon, 20 Dec 2010 15:26:36 -0600
parents 2fa2e6444645
children f16b3b1a2234 b335882c2f21
comparison
equal deleted inserted replaced
13169:4c1fbed00224 13183:f9d29777b4eb
526 (self.host, msg)) 526 (self.host, msg))
527 self.ui.debug('%s certificate successfully verified\n' % 527 self.ui.debug('%s certificate successfully verified\n' %
528 self.host) 528 self.host)
529 else: 529 else:
530 self.ui.warn(_("warning: %s certificate not verified " 530 self.ui.warn(_("warning: %s certificate not verified "
531 "(check web.cacerts config setting)\n") % 531 "(check web.cacerts config setting)\n") %
532 self.host) 532 self.host)
533 httplib.HTTPSConnection.connect(self) 533 httplib.HTTPSConnection.connect(self)
534 534
535 class httpsconnection(BetterHTTPS): 535 class httpsconnection(BetterHTTPS):
536 response_class = keepalive.HTTPResponse 536 response_class = keepalive.HTTPResponse