sapling/mercurial/hgweb
Patrick Mezard 9b8cb99ec1 hgweb: extend [paths] syntax to match repositories recursively (issue852)
This feature somehow duplicates [collections] but it is simpler to use and has
less issues under Windows where using absolute path as configuration file key
is not supported.

Suggested by Dirkjan Ochtman <dirkjan@ochtman.nl>
2008-12-01 14:20:20 +01:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py hgweb: move the diffs() generator into webutil 2008-11-03 20:41:48 +01:00
hgweb_mod.py templater: return data in increasing chunk sizes 2008-11-21 15:51:40 -08:00
hgwebdir_mod.py hgweb: extend [paths] syntax to match repositories recursively (issue852) 2008-12-01 14:20:20 +01: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 kill some trailing spaces 2008-11-27 16:07:13 +01:00
webutil.py linkrev: take a revision number rather than a hash 2008-11-12 15:19:14 -06:00
wsgicgi.py hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO 2008-11-25 17:54:49 +01:00