templates/paper/shortlogentry.tmpl
author Patrick Mezard <pmezard@gmail.com>
Mon, 01 Jun 2009 17:12:39 +0200
changeset 8691 a0a541d6fed6
parent 8235 89bc3946c8f3
permissions -rw-r--r--
convert: fail fast if source does not support --sourcesort

 <tr class="parity{parity}">
  <td class="age">{date|age}</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%changelogtag}</td>
 </tr>