diff mercurial/hgweb/hgwebdir_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 9df8c729e2e7
children 56b2bcea2529
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py	Wed Sep 30 15:31:07 2015 -0500
+++ b/mercurial/hgweb/hgwebdir_mod.py	Wed Sep 30 15:43:49 2015 -0500
@@ -459,7 +459,7 @@
 
         start = url[-1] == '?' and '&' or '?'
         sessionvars = webutil.sessionvars(vars, start)
-        logourl = config('web', 'logourl', 'http://mercurial.selenic.com/')
+        logourl = config('web', 'logourl', 'https://mercurial-scm.org/')
         logoimg = config('web', 'logoimg', 'hglogo.png')
         staticurl = config('web', 'staticurl') or url + 'static/'
         if not staticurl.endswith('/'):