view templates/coal/filelogentry.tmpl @ 6736:369ddc9c0339

lookup: optimize '.' Remove error messages as behavior is documented in hg help revs
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Jun 2008 17:33:34 -0500
parents 856ae126f48c
children 0fa3b6677027
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></td>
 </tr>