templates/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Fri, 18 Jan 2008 10:48:25 -0600
changeset 5878 d39af2eabb8c
parent 4703 bc63247c66e9
permissions -rw-r--r--
transform a bunch of print statements to appropriate ui calls

<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#</a></td>
 </tr>
</table>