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