annotate mercurial/templates/paper/diffstat.tmpl @ 17797:e4da793998bf

convert: normalize paths in filemaps (issue3612) convert doesn't normalise double slashes in paths. Path normalization is applied when a path is loaded into filemap and when a file lookup request is issued to filemap.
author Huayang <huayang@fb.com>
date Fri, 05 Oct 2012 16:27:34 -0700
parents 81fc9678b018
children c229a5e7511e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14563
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
1 <tr class="parity{parity}">
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
2 <td class="diffstat-file"><a href="#l{fileno}.1">{file|escape}</a></td>
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
3 <td class="diffstat-total" align="right">{total}</td>
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
4 <td class="diffstat-graph">
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
5 <span class="diffstat-add" style="width:{addpct}%;">&nbsp;</span>
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
6 <span class="diffstat-remove" style="width:{removepct}%;">&nbsp;</span>
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
7 </td>
81fc9678b018 paper, coal: define the diffstat templates
Steven Brown <StevenGBrown@gmail.com>
parents:
diff changeset
8 </tr>