##// END OF EJS Templates
demandimport: handling new relative imports...
demandimport: handling new relative imports Mercurial does not work on python2.6 because __import__ takes an additional argument called level. This patch merely calls the built-in __import__ when level is passed.

File last commit:

r5269:46c5e1ee default
r5929:e160f231 default
Show More
footer.tmpl
9 lines | 212 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 <div class="page_footer">
<div class="page_footer_text">#repo|escape#</div>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a class="rss_logo" href="#url#rss-log">RSS</a>
<a class="rss_logo" href="#url#atom-log">Atom</a>
Thomas Arendsen Hein
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
r3478 <br />
#motd#
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
</body>
</html>