summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/filelogentry.tmpl
blob: 28295006ea87de1a9b71ac0607fabe2f856492bb (plain)
1
2
3
4
5
 <tr class="parity{parity}">
  <td class="age">{date|date}</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}{rename%filelogrename}</td>
 </tr>