mercurial/templates/paper/diffstat.tmpl
author Yuya Nishihara <yuya@tcha.org>
Thu, 25 May 2017 21:53:44 +0900
changeset 32584 746e12a767b3
parent 19455 c229a5e7511e
permissions -rw-r--r--
cat: add formatter support This is an example showing how formatter can handle the --output option. git subrepo isn't supported for now.

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