templates/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Wed, 20 Sep 2006 16:50:50 -0500
changeset 3136 b1db258e875c
parent 2686 d98eebc48d5e
child 3264 d1aa83f199ef
permissions -rw-r--r--
Abstract ancestor algorithm into generic function Make depth calculation non-recursive Add simple shortcut for linear ancestry Convert context to use ancestor function make memoized parents function Convert revlog to use ancestor function

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