##// END OF EJS Templates
tests: make test-hgweb.t output stable...
tests: make test-hgweb.t output stable Instability introduced in combination of a4d7fd7ad1f7 and e389a25e7e60.

File last commit:

r15375:fe9d36a6 stable
r18393:a38039ef default
Show More
shortlogentry.tmpl
5 lines | 416 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
</tr>