mercurial/templates/paper/shortlogentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 15 Apr 2019 15:28:41 -0700
changeset 42152 344066b54a7b
parent 35064 9acc0360ff67
permissions -rw-r--r--
tests: delete unused function in test-rename-merge2.t Differential Revision: https://phab.mercurial-scm.org/D6253

 <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>