mercurial/hgweb/hgwebdir_mod.py
changeset 34611 c879fc7bd71f
parent 34587 b50c036494dc
child 34612 c2cb6be4212f
--- a/mercurial/hgweb/hgwebdir_mod.py	Wed Oct 11 04:15:48 2017 +0200
+++ b/mercurial/hgweb/hgwebdir_mod.py	Wed Oct 11 04:16:05 2017 +0200
@@ -511,7 +511,7 @@
         start = url[-1] == '?' and '&' or '?'
         sessionvars = webutil.sessionvars(vars, start)
         logourl = config('web', 'logourl', 'https://mercurial-scm.org/')
-        logoimg = config('web', 'logoimg', 'hglogo.png')
+        logoimg = config('web', 'logoimg')
         staticurl = config('web', 'staticurl') or url + 'static/'
         if not staticurl.endswith('/'):
             staticurl += '/'