comparison mercurial/configitems.py @ 34612:c2cb6be4212f

configitems: register the 'web.logourl' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:16:17 +0200
parents c879fc7bd71f
children 5e61cd5fb0fc
comparison
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='',