templates/shortlogentry.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 08 Jul 2007 19:59:02 +0200
changeset 4847 2192001e4bb4
parent 4703 bc63247c66e9
permissions -rw-r--r--
Add --line-number option to hg annotate (issue506) Line numbers are separated from the last annotation element with a colon, like with many other commands, e.g. (hg) grep or compiler errors. Idea and tests by FUJIWARA Katsunori.

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