summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/shortlogentry.tmpl
blob: 09e94c0642ff113d3425527e5c1bcca78a14e261 (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 % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
 </tr>