view mercurial/templates/spartan/shortlogentry.tmpl @ 10414:1a8df80dfdde

streaming: actually change default
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 14:12:34 -0600
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>