sapling/mercurial/hgweb
Anton Shestakov 2e206a44b7 hgweb: move entry-preparing code from webcommands to webutils.commonentry()
The new function is used to fill basic information about a ctx, such as
revision number and hash, author, commit message, etc. Before, every webcommand
used to get this basic information on its own using some boilerplate code, and
some things in some places just weren't available.
2015-11-13 14:35:36 +08:00
..
__init__.py hgweb: make sure command options are set to all ui objects 2015-11-21 13:28:12 +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 hgweb: move entry-preparing code from webcommands to webutils.commonentry() 2015-11-13 14:35:36 +08:00
webutil.py hgweb: move entry-preparing code from webcommands to webutils.commonentry() 2015-11-13 14:35:36 +08:00
wsgicgi.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00