view mercurial/templates/paper/filelogentry.tmpl @ 41630:3d094bfaf885

subrepo: adjust subrepo prefix before calling subrepo.diff() (API) Differential Revision: https://phab.mercurial-scm.org/D5886
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 07 Feb 2019 09:52:36 -0800
parents 9acc0360ff67
children
line wrap: on
line source

 <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>')}