Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgweb_mod.py @ 26421:4b0fc75f9403
urls: bulk-change primary website URLs
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 30 Sep 2015 15:43:49 -0500 |
parents | 1ffc61c4e32e |
children | 7c1b4840c2cd |
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/hgweb/hgweb_mod.py Wed Sep 30 15:43:49 2015 -0500 @@ -126,7 +126,7 @@ port = req.env['SERVER_PORT'] port = port != default_port and (':' + port) or '' urlbase = '%s://%s%s' % (proto, req.env['SERVER_NAME'], port) - logourl = self.config('web', 'logourl', 'http://mercurial.selenic.com/') + logourl = self.config('web', 'logourl', 'https://mercurial-scm.org/') logoimg = self.config('web', 'logoimg', 'hglogo.png') staticurl = self.config('web', 'staticurl') or req.url + 'static/' if not staticurl.endswith('/'):