templates/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Fri, 15 Sep 2006 16:00:16 -0500
changeset 3098 c27d1e1798a3
parent 2686 d98eebc48d5e
child 3265 d1aa83f199ef
permissions -rw-r--r--
Back out trusted hgrc change for now Backed out changeset 494521a3f1425

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