view templates/footer.tmpl @ 6971:b3bc518a73c3

performance: do not stat() things when not required Ignore unknown files if we don't need them (eg in hg diff). It slows things down a little bit for big trees (kernel repo), since _join() is called for each file instead of for each directory. fix issue567
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 02 Sep 2008 15:08:26 +0200
parents 9b817c0a82f1
children
line wrap: on
line source

#motd#
<div class="logo">
<a href="http://www.selenic.com/mercurial/">
<img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>

</body>
</html>