mercurial/templates/paper/filelogentry.tmpl
author Yuya Nishihara <yuya@tcha.org>
Thu, 18 Jun 2015 23:08:27 +0900
changeset 25628 9c647f427aef
parent 25110 c9f382c8233a
child 31666 f36dc643ffdc
permissions -rw-r--r--
templates: fix missing closing brace in map-cmdline.status Currently the parser does not validate the last closing brace, but future patches will make it less permissive for this kind of syntax errors.

 <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}{rename%filelogrename}
  </td>
 </tr>