##// END OF EJS Templates
url: fix trailing whitespace
Matt Mackall -
r13183:f9d29777 stable
parent child Browse files
Show More
@@ -528,7 +528,7 b' if has_https:'
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
General Comments 0
You need to be logged in to leave comments. Login now