mercurial/templates/paper/filelogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Sat, 21 Aug 2010 11:22:49 +0200
changeset 12224 d212c043805d
parent 9999 f91e5630ce7e
child 13850 1209e1d52b68
permissions -rw-r--r--
i18n: merge with stable

 <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>