summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/filelogentry.tmpl
blob: 8b4ae84caaa58ddd13fa5f8999eed4f9638877ff (plain)
1
2
3
4
5
 <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%changelogtag}{rename%filelogrename}</td>
 </tr>