view mercurial/templates/spartan/shortlogentry.tmpl @ 11717:a286a4ecbfeb

Merge with stable
author Matt Mackall <mpm@selenic.com>
date Sat, 31 Jul 2010 18:12:50 -0500
parents f91e5630ce7e
children b24e5a708fad
line wrap: on
line source

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|age}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>