sapling/mercurial/hgweb
Gregory Szorc 6d1194795f hgweb: move templatepath to requestcontext
This does change behavior in that the templatepath could change during
the lifetime of the server. But everything else can change, I don't see
why template paths can't.
2015-08-22 16:28:22 -07:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: drop the default argument for get_stat 2015-07-03 10:07:51 -07:00
hgweb_mod.py hgweb: move templatepath to requestcontext 2015-08-22 16:28:22 -07:00
hgwebdir_mod.py hgweb: make refresh interval configurable 2015-08-22 22:59:51 -07:00
protocol.py wireproto: introduce an abstractserverproto class 2014-03-28 11:10:33 -07:00
request.py hgweb: add some documentation 2015-08-22 13:58:59 -07:00
server.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
webcommands.py hgweb: move archive related attributes to requestcontext 2015-08-22 15:12:52 -07:00
webutil.py hgweb: extract web substitutions table generation to own function 2015-08-22 15:40:33 -07:00
wsgicgi.py hgweb.cgi: fix internal WSGI emulation (issue3804) 2013-02-04 23:25:25 +01:00