Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 34611:c879fc7bd71f
configitems: register the 'web.logoimg' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 04:16:05 +0200 |
parents | f3e090d0c6d6 |
children | c2cb6be4212f |
line wrap: on
line diff
--- 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='-', )