sapling/mercurial/hgweb
Yuya Nishihara c64bc024c8 hgweb: extract factory function of httpservice object
The next patch will merge the cmdutil.service() calls of both commandserver
and hgweb. Before doing it, this patch wipes out the code specific to hgweb
from commands.serve().
2015-10-31 22:15:16 +09:00
..
__init__.py hgweb: extract factory function of httpservice object 2015-10-31 22:15:16 +09:00
common.py hgweb: import BaseHTTPServer as module at top level 2015-11-01 15:07:08 +09:00
hgweb_mod.py hgweb: import wsgicgi at top level 2015-11-01 15:09:35 +09:00
hgwebdir_mod.py hgweb: import wsgicgi at top level 2015-11-01 15:09:35 +09:00
protocol.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
request.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
server.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
webcommands.py paper: show current revision on file log page 2015-11-13 18:31:58 +08:00
webutil.py webutil: make _siblings into an object with __iter__ and __len__ 2015-11-10 17:22:40 +08:00
wsgicgi.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00