view templates/shortlogentry.tmpl @ 4008:6e0cb0790e23

mq: fix strip failing to unlink a bundle os.unlink doesn't know how to deal with urls
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 26 Dec 2006 21:57:20 +0100
parents ce8f31e0b3b8
children bc63247c66e9
line wrap: on
line source

<table class="slogEntry parity#parity#">
 <tr>
  <td class="age">#date|age#</td>
  <td class="author">#author|obfuscate#</td>
  <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>