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