diff -r daa8dc6e1f66 -r 614f0d8724ab mercurial/url.py --- a/mercurial/url.py Wed Oct 20 10:07:38 2010 +0200 +++ b/mercurial/url.py Wed Oct 20 10:13:04 2010 +0200 @@ -489,7 +489,7 @@ def _verifycert(cert, hostname): '''Verify that cert (in socket.getpeercert() format) matches hostname. CRLs and subjectAltName are not handled. - + Returns error message if any problems are found and None on success. ''' if not cert: