view templates/spartan/shortlogentry.tmpl @ 7494:85dc88630beb

util: disable walkrepo() recursive behaviour Revert b1aea76f700 and 268c582bd42a for performances reasons. Traversing checkout working directories may be too expensive.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 10 Dec 2008 00:16:12 +0100
parents fecfe4392e94
children 89bc3946c8f3
line wrap: on
line source

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