mercurial/dispatch.py
changeset 29114 f1081aea19b1
parent 29110 b197e2aba703
child 29129 e6dfb0e4eeef
--- a/mercurial/dispatch.py	Thu May 05 00:38:18 2016 -0700
+++ b/mercurial/dispatch.py	Thu May 05 00:40:01 2016 -0700
@@ -830,8 +830,6 @@
     if cmdoptions.get('insecure', False):
         for ui_ in uis:
             ui_.insecureconnections = True
-            # TODO remove once consumers are gone.
-            ui_.setconfig('web', 'cacerts', '!', '--insecure')
 
     if options['version']:
         return commands.version_(ui)