view templates/shortlogentry.tmpl @ 2828:0f787997e3c2

Merge: move most tests to the beginning
author Matt Mackall <mpm@selenic.com>
date Tue, 08 Aug 2006 10:35:19 -0500
parents d98eebc48d5e
children d1aa83f199ef
line wrap: on
line source

<table class="slogEntry parity#parity#">
 <tr>
  <td class="age">#date|age#</td>
  <td class="author">#author|obfuscate#</td>
  <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>