mercurial/templates/spartan/shortlogentry.tmpl
author Siddharth Agarwal <sid0@fb.com>
Sun, 15 Nov 2015 21:27:22 -0800
changeset 27089 dbb30bc16fc2
parent 18526 9409aeaafdc1
permissions -rw-r--r--
resolve: record dirstate actions after performing resolutions Some resolutions might lead to pending actions we need to perform in the dirstate -- so perform them.

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>