mercurial/templates/spartan/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Fri, 15 Aug 2014 10:47:03 -0500
changeset 22183 4dd9f606d0a6
parent 18526 9409aeaafdc1
permissions -rw-r--r--
tests: fixup issue markers to make check-commit happy

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>