templates/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Thu, 11 Oct 2007 00:46:47 -0500
changeset 5445 64cf1c853674
parent 4703 bc63247c66e9
permissions -rw-r--r--
revlog: reduce memory usage in addgroup - use a buffer to extract the delta from a chunk - avoid concatenating to a compressed delta - use a buffer to directly extra full text from a trivial delta - delete chunk and delta objects after use

<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>