templates/paper/filelogentry.tmpl
author Augie Fackler <durin42@gmail.com>
Tue, 18 Nov 2008 21:46:01 -0600
changeset 7468 3e5db4228f8f
parent 7411 b71ee3e00e81
child 8235 89bc3946c8f3
permissions -rw-r--r--
rebase: add support to keep branch names Callback on extra fields added by Patrick Mezard <pmezard@gmail.com>.

 <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}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
 </tr>