sapling/mercurial/hgweb
Ry4an Brase 555314efe8 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.
2008-11-03 10:20:28 +01:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py Allow per-file shadowing of static directory in templatepath 2008-10-28 22:24:17 -07:00
hgweb_mod.py hgweb: handle subdirectories within static directory 2008-10-28 21:58:30 -07:00
hgwebdir_mod.py i18n: import _ instead of gettext 2008-10-21 17:47:49 +02:00
protocol.py fix missing import, spotted by pychecker 2008-10-28 20:14:45 +01:00
request.py hgweb: be sure to drain request data even in early error conditions 2008-10-20 10:15:26 +02:00
server.py remove unused variables 2008-10-28 19:25:26 +01:00
webcommands.py hgweb: descend empty directories in web view 2008-11-03 10:20:28 +01:00
webutil.py hgweb: pass more information about parent/child csets to templates 2008-10-30 09:46:45 +01:00
wsgicgi.py use Exception(args)-style raising consistently (py3k compatibility) 2008-09-08 13:07:00 +02:00