##// END OF EJS Templates
dirstate: filecacheify _branch...
dirstate: filecacheify _branch The opener is relative to .hg, use it in a subclass of filecache to compute the final path.

File last commit:

r15375:fe9d36a6 stable
r16201:fb7c4c14 stable
Show More
shortlogentry.tmpl
7 lines | 271 B | application/x-cheetah | CheetahLexer
<table class="slogEntry parity{parity}">
<tr>
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
<td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
</tr>
</table>