templates/old/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Wed, 06 Dec 2006 15:29:17 -0600
changeset 3816 fc5ba0ab7f45
parent 3263 fc34c031ff54
permissions -rw-r--r--
Add --date support to log Add --date opt Filter log with matchdate Fix "-{days}" match format

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