view mercurial/templates/paper/filelogentry.tmpl @ 19989:c38c3fdc8b93

date: allow %z in format (issue4040)
author Matt Mackall <mpm@selenic.com>
date Thu, 07 Nov 2013 15:24:23 -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>