##// END OF EJS Templates
pypy: fix doctests for pypy optimizations...
pypy: fix doctests for pypy optimizations PyPy would sometime call __len__ at points where it things preallocating the container makes sense. Change the doctests so they're using generator expressions and not list comprehensions

File last commit:

r18526:9409aeaa stable
r28717:c5f212c8 default
Show More
footer.tmpl
9 lines | 218 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
{motd}
<div class="logo">
<a href="{logourl}">
<img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a>
</div>
</body>
</html>