##// END OF EJS Templates
hgweb: don't use raw string for session vars...
hgweb: don't use raw string for session vars This r'' is leaking into the templating layer and causing an assertion failure. The r'' was added in d1fccbd50fcd (October 2017). Similar code in hgweb_mod.py was also changed in that changeset. hgweb_mod.py was updated in ec46415ed826 (March 2018) to use webutil.sessionvars(), which doesn't use raw strings. Differential Revision: https://phab.mercurial-scm.org/D5651

File last commit:

r9999:f91e5630 default
r41349:46781c1b default
Show More
changeset.tmpl
9 lines | 124 B | application/x-cheetah | CheetahLexer
{header}
# HG changeset patch
# User {author}
# Date {date|hgdate}
# Node ID {node}
{parent%changesetparent}
{desc}
{diff}