view mercurial/templates/paper/shortlogentry.tmpl @ 24493:e810c7da1cae stable

templates: fix "log -q" output of phases style It had the same problem as 6136704b975d, name conflicts of {node} keyword.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 28 Mar 2015 20:22:03 +0900
parents 9cef7539c69f
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}{bookmarks%changelogtag}</td>
 </tr>