comparison mercurial/configitems.py @ 34668:31723cff35fa

configitems: register the 'hooks' config section
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Oct 2017 16:39:06 +0200
parents 23f891164e59
children 03f7db5f8e71
comparison
equal deleted inserted replaced
34667:23f891164e59 34668:31723cff35fa
444 default=True, 444 default=True,
445 ) 445 )
446 coreconfigitem('format', 'usestore', 446 coreconfigitem('format', 'usestore',
447 default=True, 447 default=True,
448 ) 448 )
449 coreconfigitem('hooks', '.*',
450 default=dynamicdefault,
451 generic=True,
452 )
449 coreconfigitem('hostsecurity', 'ciphers', 453 coreconfigitem('hostsecurity', 'ciphers',
450 default=None, 454 default=None,
451 ) 455 )
452 coreconfigitem('hostsecurity', 'disabletls10warning', 456 coreconfigitem('hostsecurity', 'disabletls10warning',
453 default=False, 457 default=False,