##// END OF EJS Templates
revset: optimize stringset when subset == entire repo...
revset: optimize stringset when subset == entire repo if range(len(repo)) is passed to stringset and x is a valid rev (checked before) then x is guaranteed to be in subset, we can check for that by comparing the lengths of the sets

File last commit:

r9999:f91e5630 default
r13938:e44ebd2a default
Show More
footer.tmpl
8 lines | 173 B | application/x-cheetah | CheetahLexer
{motd}
<div class="logo">
<a href="http://mercurial.selenic.com/">
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
</body>
</html>