changeset 34611 | c879fc7bd71f |
parent 34610 | f3e090d0c6d6 |
child 34612 | c2cb6be4212f |
--- a/mercurial/configitems.py Wed Oct 11 04:15:48 2017 +0200 +++ b/mercurial/configitems.py Wed Oct 11 04:16:05 2017 +0200 @@ -745,6 +745,9 @@ coreconfigitem('web', 'labels', default=list, ) +coreconfigitem('web', 'logoimg', + default='hglogo.png', +) coreconfigitem('web', 'accesslog', default='-', )