mercurial/configitems.py
changeset 34612 c2cb6be4212f
parent 34611 c879fc7bd71f
child 34613 5e61cd5fb0fc
--- a/mercurial/configitems.py	Wed Oct 11 04:16:05 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:16:17 2017 +0200
@@ -748,6 +748,9 @@
 coreconfigitem('web', 'logoimg',
     default='hglogo.png',
 )
+coreconfigitem('web', 'logourl',
+    default='https://mercurial-scm.org/',
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )