mercurial/templates/paper/shortlogentry.tmpl
author Alexander Solovyov <alexander@solovyov.net>
Sat, 12 Mar 2011 11:19:44 +0100
branchstable
changeset 13596 270f57d35525
parent 13176 895f54a79c6e
child 14046 b24e5a708fad
permissions -rw-r--r--
hgweb: add display of bookmarks for changelog and changeset
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7411
b71ee3e00e81 coal/paper: move actual templates from coal to paper
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff changeset
     1
 <tr class="parity{parity}">
13176
895f54a79c6e templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents: 9999
diff changeset
     2
  <td class="age">{age(date)}</td>
7411
b71ee3e00e81 coal/paper: move actual templates from coal to paper
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff changeset
     3
  <td class="author">{author|person}</td>
13596
270f57d35525 hgweb: add display of bookmarks for changelog and changeset
Alexander Solovyov <alexander@solovyov.net>
parents: 13176
diff changeset
     4
  <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> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
7411
b71ee3e00e81 coal/paper: move actual templates from coal to paper
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
diff changeset
     5
 </tr>