##// END OF EJS Templates
tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode...
tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode This makes -d output much more readable when debugging the test framework or very strange test failures.

File last commit:

r14563:81fc9678 default
r15940:4bc35496 stable
Show More
diffstat.tmpl
8 lines | 364 B | application/x-cheetah | CheetahLexer
Steven Brown
paper, coal: define the diffstat templates...
r14563 <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>