mercurial/templates/paper/shortlogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Mon, 20 Dec 2010 12:09:00 -0600
changeset 13176 895f54a79c6e
parent 9999 f91e5630ce7e
child 13596 270f57d35525
permissions -rw-r--r--
templater: use the parser.py parser to extend the templater syntax

 <tr class="parity{parity}">
  <td class="age">{age(date)}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}</td>
 </tr>