mercurial/templates/paper/filelogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Fri, 15 May 2015 09:56:43 -0500
changeset 25084 7046c7e7fcb4
parent 19454 f4a3b50a30bd
child 25108 09ec4220a839
permissions -rw-r--r--
hooks: use try/except/finally

 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
 </tr>