Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 33218:24f3ff50736d
configitems: register the 'hostsecurity.disabletls10warning' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:43 +0200 |
parents | f96c2f2f559b |
children | ffb1d0f541f5 |
comparison
equal
deleted
inserted
replaced
33217:f96c2f2f559b | 33218:24f3ff50736d |
---|---|
105 default=True, | 105 default=True, |
106 ) | 106 ) |
107 coreconfigitem('hostsecurity', 'ciphers', | 107 coreconfigitem('hostsecurity', 'ciphers', |
108 default=None, | 108 default=None, |
109 ) | 109 ) |
110 coreconfigitem('hostsecurity', 'disabletls10warning', | |
111 default=False, | |
112 ) | |
110 coreconfigitem('patch', 'fuzz', | 113 coreconfigitem('patch', 'fuzz', |
111 default=2, | 114 default=2, |
112 ) | 115 ) |
113 coreconfigitem('ui', 'clonebundleprefers', | 116 coreconfigitem('ui', 'clonebundleprefers', |
114 default=list, | 117 default=list, |