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