mercurial/configitems.py
changeset 34612 c2cb6be4212f
parent 34611 c879fc7bd71f
child 34613 5e61cd5fb0fc
equal deleted inserted replaced
34611:c879fc7bd71f 34612:c2cb6be4212f
   746     default=list,
   746     default=list,
   747 )
   747 )
   748 coreconfigitem('web', 'logoimg',
   748 coreconfigitem('web', 'logoimg',
   749     default='hglogo.png',
   749     default='hglogo.png',
   750 )
   750 )
       
   751 coreconfigitem('web', 'logourl',
       
   752     default='https://mercurial-scm.org/',
       
   753 )
   751 coreconfigitem('web', 'accesslog',
   754 coreconfigitem('web', 'accesslog',
   752     default='-',
   755     default='-',
   753 )
   756 )
   754 coreconfigitem('web', 'address',
   757 coreconfigitem('web', 'address',
   755     default='',
   758     default='',