mercurial/hgweb/hgwebdir_mod.py
changeset 26421 4b0fc75f9403
parent 26132 9df8c729e2e7
child 26587 56b2bcea2529
equal deleted inserted replaced
26420:2fc86d92c4a9 26421:4b0fc75f9403
   457         if style == styles[0]:
   457         if style == styles[0]:
   458             vars['style'] = style
   458             vars['style'] = style
   459 
   459 
   460         start = url[-1] == '?' and '&' or '?'
   460         start = url[-1] == '?' and '&' or '?'
   461         sessionvars = webutil.sessionvars(vars, start)
   461         sessionvars = webutil.sessionvars(vars, start)
   462         logourl = config('web', 'logourl', 'http://mercurial.selenic.com/')
   462         logourl = config('web', 'logourl', 'https://mercurial-scm.org/')
   463         logoimg = config('web', 'logoimg', 'hglogo.png')
   463         logoimg = config('web', 'logoimg', 'hglogo.png')
   464         staticurl = config('web', 'staticurl') or url + 'static/'
   464         staticurl = config('web', 'staticurl') or url + 'static/'
   465         if not staticurl.endswith('/'):
   465         if not staticurl.endswith('/'):
   466             staticurl += '/'
   466             staticurl += '/'
   467 
   467