view mercurial/templates/spartan/shortlogentry.tmpl @ 16256:c655e4acaa82

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 13 Mar 2012 16:29:13 -0500
parents fe9d36a6853e
children 9409aeaafdc1
line wrap: on
line source

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|rfc822date}</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>