templates/spartan/shortlogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Thu, 26 Nov 2009 23:10:59 +0100
changeset 9945 5e4ef56b4d42
parent 8431 5c1aabc58004
permissions -rw-r--r--
extdiff: wrap long lines in docstring and comments Gettext wraps lines in the messages when it writes them to the hg.pot file and that makes long lines look odd in the resulting .po file.

<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|nonempty}</a></td>
 </tr>
</table>