Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34747:5cf98daad7b1
configitems: register the 'hostsecurity.minimumprotocol' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 12 Oct 2017 00:19:12 +0200 |
parents | 54fa3db5becf |
children | 8c1d0fe1f431 |
comparison
equal
deleted
inserted
replaced
34746:54fa3db5becf | 34747:5cf98daad7b1 |
---|---|
458 default=None, | 458 default=None, |
459 ) | 459 ) |
460 coreconfigitem('hostsecurity', 'disabletls10warning', | 460 coreconfigitem('hostsecurity', 'disabletls10warning', |
461 default=False, | 461 default=False, |
462 ) | 462 ) |
463 coreconfigitem('hostsecurity', 'minimumprotocol', | |
464 default=dynamicdefault, | |
465 ) | |
463 coreconfigitem('http_proxy', 'always', | 466 coreconfigitem('http_proxy', 'always', |
464 default=False, | 467 default=False, |
465 ) | 468 ) |
466 coreconfigitem('http_proxy', 'host', | 469 coreconfigitem('http_proxy', 'host', |
467 default=None, | 470 default=None, |