diff -r 895f54a79c6e -r 04c8f3787546 mercurial/url.py --- a/mercurial/url.py Mon Dec 20 12:09:00 2010 -0600 +++ b/mercurial/url.py Mon Dec 20 12:12:18 2010 -0600 @@ -546,7 +546,7 @@ self.host) else: self.ui.warn(_("warning: %s certificate not verified " - "(check web.cacerts config setting)\n") % + "(check web.cacerts config setting)\n") % self.host) httplib.HTTPSConnection.connect(self)