Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 44896:4dcb2791beab
config: remove unused hostsecurity.disabletls10warning config
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Sun, 31 May 2020 00:30:49 +0200 |
parents | d36283e20833 |
children | 24b1a8eb73aa |
comparison
equal
deleted
inserted
replaced
44895:5921dc0d5c3a | 44896:4dcb2791beab |
---|---|
806 ) | 806 ) |
807 coreconfigitem( | 807 coreconfigitem( |
808 b'hostsecurity', b'ciphers', default=None, | 808 b'hostsecurity', b'ciphers', default=None, |
809 ) | 809 ) |
810 coreconfigitem( | 810 coreconfigitem( |
811 b'hostsecurity', b'disabletls10warning', default=False, | |
812 ) | |
813 coreconfigitem( | |
814 b'hostsecurity', b'minimumprotocol', default=dynamicdefault, | 811 b'hostsecurity', b'minimumprotocol', default=dynamicdefault, |
815 ) | 812 ) |
816 coreconfigitem( | 813 coreconfigitem( |
817 b'hostsecurity', | 814 b'hostsecurity', |
818 b'.*:minimumprotocol$', | 815 b'.*:minimumprotocol$', |