mercurial/hgweb/hgwebdir_mod.py
changeset 34611 c879fc7bd71f
parent 34587 b50c036494dc
child 34612 c2cb6be4212f
equal deleted inserted replaced
34610:f3e090d0c6d6 34611:c879fc7bd71f
   509             vars['style'] = style
   509             vars['style'] = style
   510 
   510 
   511         start = url[-1] == '?' and '&' or '?'
   511         start = url[-1] == '?' and '&' or '?'
   512         sessionvars = webutil.sessionvars(vars, start)
   512         sessionvars = webutil.sessionvars(vars, start)
   513         logourl = config('web', 'logourl', 'https://mercurial-scm.org/')
   513         logourl = config('web', 'logourl', 'https://mercurial-scm.org/')
   514         logoimg = config('web', 'logoimg', 'hglogo.png')
   514         logoimg = config('web', 'logoimg')
   515         staticurl = config('web', 'staticurl') or url + 'static/'
   515         staticurl = config('web', 'staticurl') or url + 'static/'
   516         if not staticurl.endswith('/'):
   516         if not staticurl.endswith('/'):
   517             staticurl += '/'
   517             staticurl += '/'
   518 
   518 
   519         defaults = {
   519         defaults = {