##// END OF EJS Templates
py3: make sure we open the file in bytes mode...
py3: make sure we open the file in bytes mode # skip-blame because we are just adding b Differential Revision: https://phab.mercurial-scm.org/D2077

File last commit:

r35549:6c226473 default
r35967:80e5210d default
Show More
graphentry.tmpl
9 lines | 320 B | application/x-cheetah | CheetahLexer
<li class="parity{parity}" data-node="{node|short}">
<div class="fg">
<span class="desc">
<a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
</span>
{alltags}
<div class="info">{date|age}, by {author|person}</div>
</div>
</li>