mercurial/configitems.py
changeset 34748 8c1d0fe1f431
parent 34747 5cf98daad7b1
child 34751 bbeaa5415266
equal deleted inserted replaced
34747:5cf98daad7b1 34748:8c1d0fe1f431
   452 )
   452 )
   453 coreconfigitem('hooks', '.*',
   453 coreconfigitem('hooks', '.*',
   454     default=dynamicdefault,
   454     default=dynamicdefault,
   455     generic=True,
   455     generic=True,
   456 )
   456 )
       
   457 coreconfigitem('hostfingerprints', '.*',
       
   458     default=list,
       
   459     generic=True,
       
   460 )
   457 coreconfigitem('hostsecurity', 'ciphers',
   461 coreconfigitem('hostsecurity', 'ciphers',
   458     default=None,
   462     default=None,
   459 )
   463 )
   460 coreconfigitem('hostsecurity', 'disabletls10warning',
   464 coreconfigitem('hostsecurity', 'disabletls10warning',
   461     default=False,
   465     default=False,