mercurial/templates/paper/diffstat.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 16 Sep 2014 15:57:51 -0700
changeset 22614 e69a199bb127
parent 19455 c229a5e7511e
permissions -rw-r--r--
obsolete: use version constants in the format mapping

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