view mercurial/templates/paper/diffstat.tmpl @ 20076:faa4b3fc4197 stable

templater: makes branches work correctly with stringify (issue4108)
author Matt Mackall <mpm@selenic.com>
date Thu, 21 Nov 2013 11:30:52 -0600
parents c229a5e7511e
children
line wrap: on
line source

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