view mercurial/templates/paper/diffstat.tmpl @ 16825:b6ef1395d77f

revset: avoid validating all tag nodes for tag(x) This generally causes the entire node->rev table to get built when we're only interested in one node.
author Matt Mackall <mpm@selenic.com>
date Fri, 01 Jun 2012 15:13:05 -0500
parents 81fc9678b018
children c229a5e7511e
line wrap: on
line source

  <tr class="parity{parity}">
    <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>