sapling/mercurial/hgweb
Mads Kiilerich 2629efac4f config: set a 'source' in most cases where config don't come from file but code
Some extensions set configuration settings that showed up in 'hg showconfig
--debug' with 'none' as source. That was confusing.

Instead, they will now tell which extension they come from.

This change tries to be consistent and specify a source everywhere - also where
it perhaps is less relevant.
2014-03-19 02:45:14 +01:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py spelling: random spell checker fixes 2013-10-24 01:49:56 +08:00
hgweb_mod.py config: set a 'source' in most cases where config don't come from file but code 2014-03-19 02:45:14 +01:00
hgwebdir_mod.py config: set a 'source' in most cases where config don't come from file but code 2014-03-19 02:45:14 +01:00
protocol.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
request.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
server.py hgweb: make sure sys module is loaded prior to reload hack 2014-02-19 21:16:43 +09:00
webcommands.py webcommands: changed code to use lazy classes when calling dagwalker 2014-03-14 08:47:57 -07:00
webutil.py webutil: move from dict() construction to {} literals 2014-03-12 13:20:04 -04:00
wsgicgi.py hgweb.cgi: fix internal WSGI emulation (issue3804) 2013-02-04 23:25:25 +01:00