Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34774:fd4caf1b23f6
configitems: register the 'hostsecurity.*:ciphers' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 14 Oct 2017 00:28:48 +0200 |
parents | 607085aa4d67 |
children | 17919e9006b9 |
comparison
equal
deleted
inserted
replaced
34773:607085aa4d67 | 34774:fd4caf1b23f6 |
---|---|
477 ) | 477 ) |
478 coreconfigitem('hostsecurity', '.*:minimumprotocol$', | 478 coreconfigitem('hostsecurity', '.*:minimumprotocol$', |
479 default=dynamicdefault, | 479 default=dynamicdefault, |
480 generic=True, | 480 generic=True, |
481 ) | 481 ) |
482 coreconfigitem('hostsecurity', '.*:ciphers$', | |
483 default=dynamicdefault, | |
484 generic=True, | |
485 ) | |
482 coreconfigitem('http_proxy', 'always', | 486 coreconfigitem('http_proxy', 'always', |
483 default=False, | 487 default=False, |
484 ) | 488 ) |
485 coreconfigitem('http_proxy', 'host', | 489 coreconfigitem('http_proxy', 'host', |
486 default=None, | 490 default=None, |