sapling/mercurial/hgweb
Alexis S. L. Carvalho 2b2a1a8a86 hgweb: handle IOErrors and OSErrors during unbundle
This allows the client to display a reasonable message to the user
(e.g. "Permission denied: .hg/lock"), instead of the current
"<url> does not appear to be an hg repository".
2007-03-16 00:22:55 -03:00
..
__init__.py Fixing up comment headers for split up code. 2006-06-02 08:05:01 -07:00
common.py switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
hgweb_mod.py hgweb: handle IOErrors and OSErrors during unbundle 2007-03-16 00:22:55 -03:00
hgwebdir_mod.py hgwebdir: try to get web.style and web.motd from the ui.config system 2007-02-13 10:02:07 -02:00
request.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
server.py web/server: disable address reuse option for BaseHTTPServer on windows 2007-02-19 10:08:59 +01:00
wsgicgi.py Switch CGI stdout to binary on windows 2007-02-13 06:50:00 -02:00