mercurial/templates/paper/shortlogentry.tmpl
author Augie Fackler <augie@google.com>
Wed, 17 Jan 2018 21:48:37 -0500
changeset 35840 b43b314cc46a
parent 35064 9acc0360ff67
permissions -rw-r--r--
localrepo: pass transaction kwargs as strings, not bytes Differential Revision: https://phab.mercurial-scm.org/D1899

 <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>
   {alltags}
  </td>
 </tr>