plan9fox/sys/lib/python/mercurial/templates/paper/shortlogentry.tmpl
2015-03-13 18:30:59 +01:00

6 lines
323 B
Cheetah

<tr class="parity{parity}">
<td class="age">{date|age}</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%changelogtag}</td>
</tr>