sslutil: remove out of place comment
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 25 Jun 2016 07:32:02 -0700
changeset 29410 222f6834c69a
parent 29409 d2c375071d16
child 29411 e1778b9c8d53
sslutil: remove out of place comment This comment likely got orphaned as a result of refactoring in this file. It isn't providing any useful value. So delete it.
mercurial/sslutil.py
--- 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