view mercurial/templates/paper/filelogentry.tmpl @ 20076:faa4b3fc4197 stable

templater: makes branches work correctly with stringify (issue4108)
author Matt Mackall <mpm@selenic.com>
date Thu, 21 Nov 2013 11:30:52 -0600
parents f4a3b50a30bd
children 09ec4220a839
line wrap: on
line source

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