view mercurial/templates/paper/shortlogentry.tmpl @ 12663:8269af351a64

merge with crew
author Matt Mackall <mpm@selenic.com>
date Sat, 09 Oct 2010 14:52:58 -0500
parents f91e5630ce7e
children 895f54a79c6e
line wrap: on
line source

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