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