mercurial/templates/paper/diffstat.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 24 Feb 2016 14:44:14 -0800
changeset 31157 accdd5e62066
parent 19455 c229a5e7511e
permissions -rw-r--r--
revert: move code dealing with deletions closer together

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