##// END OF EJS Templates
subrepo: fix pruning of subrepo filenames in dirstate (issue2619)
subrepo: fix pruning of subrepo filenames in dirstate (issue2619)

File last commit:

r9999:f91e5630 default
r13339:22167be0 stable
Show More
shortlogentry.tmpl
7 lines | 264 B | application/x-cheetah | CheetahLexer
<table class="slogEntry parity{parity}">
<tr>
<td class="age">{date|age}</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>