##// END OF EJS Templates
hgweb: descend empty directories in web view...
hgweb: descend empty directories in web view When a manifest has a series of directories with nothing in them but a single directory, displaying the entire chain of empty directories allows for navigation down to the first non-empty directory with a single click. Because Java links package hierarchy to directory hierarchy, and because Java conventions include at least three empty directories at the top of this hierarchy, descending down empty directories is very common in Java web tools.

File last commit:

r6097:9b817c0a default
r7305:c21d236c default
Show More
footer.tmpl
8 lines | 177 B | application/x-cheetah | CheetahLexer
Colin McMillen
Add MOTD display to hgweb and hgwebdir....
r2148 #motd#
Matt Mackall
hgweb: add a mercurial link to the footer
r1417 <div class="logo">
Matt Mackall
hgweb: add new logos
r6096 <a href="http://www.selenic.com/mercurial/">
Matt Mackall
hgweb: Fix stray quote in logo img tag
r6097 <img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
Matt Mackall
hgweb: add a mercurial link to the footer
r1417 </div>
mpm@selenic.com
Prettify the web interface...
r142 </body>
</html>