templates/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Tue, 22 Jul 2008 13:03:21 -0500
changeset 6829 fec1da46006e
parent 4703 bc63247c66e9
permissions -rw-r--r--
dirstate.walk: build a dict rather than yield Since we're already building a seen dict, we might as well put our results in it to go slightly faster.

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