Mercurial > hg
view mercurial/templates/paper/diffstat.tmpl @ 42069:668eff08387f
cext: make osutil.c PY_SSIZE_T_CLEAN
This is needed to avoid a deprecation warning on Python 3.8.
With this change, we no longer see deprecation warnings for
this issue on Python 3.8.
Differential Revision: https://phab.mercurial-scm.org/D6198
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 04 Apr 2019 15:24:03 -0700 |
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}%;"> </span> <span class="diffstat-remove" style="width:{removepct}%;"> </span> </td> </tr>