##// END OF EJS Templates
pull: fix crash when pulling changeset that get hidden locally (issue3788)...
pull: fix crash when pulling changeset that get hidden locally (issue3788) When you have obsolescence marker that apply to a pulled changesets, the added changeset is immediately filtered. Then the list of added changeset needs to be build against and unfiltered repo.

File last commit:

r14563:81fc9678 default
r18498:4d9f7dd2 stable
Show More
diffstat.tmpl
8 lines | 364 B | application/x-cheetah | CheetahLexer
<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>