Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/configitems.py @ 34775:17919e9006b9
configitems: register the 'hostsecurity.*:fingerprints' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 14 Oct 2017 00:29:31 +0200 |
parents | fd4caf1b23f6 |
children | 48d2b396cf6c |
comparison
equal
deleted
inserted
replaced
34774:fd4caf1b23f6 | 34775:17919e9006b9 |
---|---|
481 ) | 481 ) |
482 coreconfigitem('hostsecurity', '.*:ciphers$', | 482 coreconfigitem('hostsecurity', '.*:ciphers$', |
483 default=dynamicdefault, | 483 default=dynamicdefault, |
484 generic=True, | 484 generic=True, |
485 ) | 485 ) |
486 coreconfigitem('hostsecurity', '.*:fingerprints$', | |
487 default=list, | |
488 generic=True, | |
489 ) | |
486 coreconfigitem('http_proxy', 'always', | 490 coreconfigitem('http_proxy', 'always', |
487 default=False, | 491 default=False, |
488 ) | 492 ) |
489 coreconfigitem('http_proxy', 'host', | 493 coreconfigitem('http_proxy', 'host', |
490 default=None, | 494 default=None, |