mercurial/templates/paper/filelogentry.tmpl
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:04:29 +0100
changeset 49918 4158608f7786
parent 35064 9acc0360ff67
permissions -rw-r--r--
rust-clippy: tell clippy we care about keeping those `if` clauses separate Thses were written this way because it spells out the logic in a more explicit manner.

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