mercurial/sslutil.py
changeset 29115 ef316c653b7f
parent 29113 5b9577edf745
child 29224 7424f4294199
--- a/mercurial/sslutil.py	Thu May 05 00:40:01 2016 -0700
+++ b/mercurial/sslutil.py	Thu May 05 00:46:31 2016 -0700
@@ -254,9 +254,6 @@
         return kws
 
     cacerts = ui.config('web', 'cacerts')
-    # TODO remove check when we stop setting this config.
-    if cacerts == '!':
-        return kws
 
     # If a value is set in the config, validate against a path and load
     # and require those certs.