view mercurial/templates/paper/diffstat.tmpl @ 29393:50269a4dce61

atomictempfile: add read to the supported file operations
author Martijn Pieters <mjpieters@fb.com>
date Thu, 23 Jun 2016 18:20:58 +0100
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>