mercurial/templates/paper/diffstat.tmpl
author Mads Kiilerich <madski@unity3d.com>
Wed, 10 Dec 2014 06:20:35 +0100
changeset 23519 8872d1bf30da
parent 19455 c229a5e7511e
permissions -rw-r--r--
rebase: improve debug messages while processing the list of rebases

  <tr>
    <td class="diffstat-file"><a href="#l{fileno}.1">{file|escape}</a></td>
    <td class="diffstat-total" align="right">{total}</td>
    <td class="diffstat-graph">
      <span class="diffstat-add" style="width:{addpct}%;">&nbsp;</span>
      <span class="diffstat-remove" style="width:{removepct}%;">&nbsp;</span>
    </td>
  </tr>