mercurial/configitems.py
changeset 34776 48d2b396cf6c
parent 34775 17919e9006b9
child 34796 ed91846c29cf
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,