mercurial/templates/paper/filelogentry.tmpl
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 16 Feb 2017 17:30:35 +0530
changeset 30988 d194f0dba7ac
parent 25110 c9f382c8233a
child 31661 f36dc643ffdc
permissions -rw-r--r--
py3: convert the mode argument of os.fdopen to unicodes Couple of these from the earlier series got lost while rebasing. So this patch converts them again.

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