changeset 29410:222f6834c69a

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.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 25 Jun 2016 07:32:02 -0700
parents d2c375071d16
children e1778b9c8d53
files mercurial/sslutil.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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