Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34776:48d2b396cf6c
configitems: register the 'hostsecurity.*:verifycertsfile' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sat, 14 Oct 2017 00:30:14 +0200 |
parents | 17919e9006b9 |
children | ed91846c29cf |
comparison
equal
deleted
inserted
replaced
34775:17919e9006b9 | 34776:48d2b396cf6c |
---|---|
485 ) | 485 ) |
486 coreconfigitem('hostsecurity', '.*:fingerprints$', | 486 coreconfigitem('hostsecurity', '.*:fingerprints$', |
487 default=list, | 487 default=list, |
488 generic=True, | 488 generic=True, |
489 ) | 489 ) |
490 coreconfigitem('hostsecurity', '.*:verifycertsfile$', | |
491 default=None, | |
492 generic=True, | |
493 ) | |
494 | |
490 coreconfigitem('http_proxy', 'always', | 495 coreconfigitem('http_proxy', 'always', |
491 default=False, | 496 default=False, |
492 ) | 497 ) |
493 coreconfigitem('http_proxy', 'host', | 498 coreconfigitem('http_proxy', 'host', |
494 default=None, | 499 default=None, |