##// END OF EJS Templates
convert: make toposort order stable when multiple orderings are possible...
convert: make toposort order stable when multiple orderings are possible The output of some tests are changed. Not necessarily to the better, just other valid permutations.

File last commit:

r15375:fe9d36a6 stable
r18376:13d73bf6 default
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>