mercurial/templates/paper/filelogentry.tmpl
author Martin Geisler <mg@lazybytes.net>
Mon, 23 Aug 2010 22:16:56 +0200
branchstable
changeset 12026 1938954354ec
parent 9999 f91e5630ce7e
child 13850 1209e1d52b68
permissions -rw-r--r--
bookmarks: guard against listing bookmarks on unsupported repos This fixes clones and pulls from statichttprepository repos.

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