mercurial/templates/paper/filelogentry.tmpl
author Mads Kiilerich <mads@kiilerich.com>
Wed, 27 Oct 2010 00:28:40 +0200
branchstable
changeset 12852 5dbff89cf107
parent 9999 f91e5630ce7e
child 13850 1209e1d52b68
permissions -rw-r--r--
subrepo: propagate non-default pull/push path to relative subrepos (issue1852)

 <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>