mercurial/templates/paper/filelogentry.tmpl
author timeless@mozdev.org
Wed, 14 Oct 2015 22:29:03 -0400
changeset 26778 a95c975f42e3
parent 25110 c9f382c8233a
child 31661 f36dc643ffdc
permissions -rw-r--r--
l10n: use %d instead of %s for numbers

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