mercurial/sslutil.py
changeset 29410 222f6834c69a
parent 29389 98e8313dcd9e
child 29411 e1778b9c8d53
--- a/mercurial/sslutil.py	Fri Jun 24 11:51:00 2016 +0200
+++ b/mercurial/sslutil.py	Sat Jun 25 07:32:02 2016 -0700
@@ -328,10 +328,6 @@
             return _('certificate is for %s') % certname
     return _('no commonName or subjectAltName found in certificate')
 
-
-# CERT_REQUIRED means fetch the cert from the server all the time AND
-# validate it against the CA store provided in web.cacerts.
-
 def _plainapplepython():
     """return true if this seems to be a pure Apple Python that
     * is unfrozen and presumably has the whole mercurial module in the file