sapling/mercurial/hgweb
Dirkjan Ochtman f4b035d012 hgweb: fix a stupid KeyError introduced in 109699000009
Thanks to Christian Ebert for finding this. Also added a test to prevent this
from happening again.
2008-01-22 09:11:08 +01:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py Don't let ui.username override web.contact (issue900) 2008-01-01 17:07:15 +01:00
hgweb_mod.py hgweb: fix a stupid KeyError introduced in 109699000009 2008-01-22 09:11:08 +01:00
hgwebdir_mod.py Prefer i in d over d.has_key(i) 2008-01-20 14:39:25 +01:00
protocol.py Prefer i in d over d.has_key(i) 2008-01-20 14:39:25 +01:00
request.py hgweb: cleanup buglet introduced in 7ec4fd3d8731 2008-01-22 09:11:06 +01:00
server.py adding "prefix" option to "hg serve" (command line and [web] section) 2008-01-09 11:15:00 +01:00
webcommands.py Prefer i in d over d.has_key(i) 2008-01-20 14:39:25 +01:00
wsgicgi.py Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00