view templates/shortlogentry.tmpl @ 3256:7c114915fbdb

Make status -C work with merge+rename
author Matt Mackall <mpm@selenic.com>
date Wed, 04 Oct 2006 17:59:27 -0500
parents d98eebc48d5e
children d1aa83f199ef
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="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>