equal
deleted
inserted
replaced
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 = { |