mercurial/templates/paper/filelogentry.tmpl
author Raphaël Gomès <rgomes@octobus.net>
Mon, 24 Jun 2024 13:15:46 +0200
changeset 51651 cf294cb90b2b
parent 35064 9acc0360ff67
permissions -rw-r--r--
branching: merge stable into default

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