##// END OF EJS Templates
overlayworkingctx: move _wrappedctx out of the constructor...
overlayworkingctx: move _wrappedctx out of the constructor With rebase, we will be setting the _wrappedctx at a different point from the wctx construction (somewhat later, and possibly several times). Move it to a public function. Differential Revision: https://phab.mercurial-scm.org/D1231

File last commit:

r35220:dc623009 default
r35290:2f8c476c default
Show More
graphentry.tmpl
7 lines | 268 B | application/x-cheetah | CheetahLexer
<li data-node="{node|short}">
<span class="desc">
<a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
</span>
{alltags}
<span class="info">{date|age}, by {author|person}</span>
</li>