mercurial/templates/paper/filelogentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 23 Nov 2020 23:08:58 -0800
changeset 45917 721f765a34ac
parent 35064 9acc0360ff67
permissions -rw-r--r--
errors: raise StateError on uncommitted changes when merge starts Differential Revision: https://phab.mercurial-scm.org/D9393

 <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}{rename%filelogrename}
  </td>
 </tr>
 {if(patch, '<tr><td colspan="3">{diff}</td></tr>')}