sapling/mercurial/hgweb
Alexis S. L. Carvalho 3b07689b6a serve: respect settings from .hg/hgrc
create_server was looking only at the root ui object, ignoring any
settings from .hg/hgrc.  To keep respecting command-line arguments,
commands.serve must also call repo.ui.setconfig.
2007-07-11 19:56:16 -03:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py hgweb: use generator to count parity of horizontal stripes for easier reading. 2007-05-29 16:42:05 +02:00
hgweb_mod.py hgweb: use lrwxrwxrwx as the permissions of a symlink 2007-07-03 03:06:40 -03:00
hgwebdir_mod.py Add option "hidden" to hgwebdir. 2007-06-25 14:46:20 +02:00
request.py Cleanup of whitespace, indentation and line continuation. 2007-06-19 08:06:37 +02:00
server.py serve: respect settings from .hg/hgrc 2007-07-11 19:56:16 -03:00
wsgicgi.py wsgicgi: change stdin to binary mode 2007-06-04 00:24:48 -03:00