view templates/coal/shortlogentry.tmpl @ 7376:fc06bd17c985

doc: handle shortened command synopses
author Matt Mackall <mpm@selenic.com>
date Fri, 14 Nov 2008 14:12:16 -0600
parents 856ae126f48c
children 7b2a77b20964
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}</a>{tags%changelogtag}</td>
 </tr>