[PATCH] hgwebdir: read --webdir-conf as actual configuration to ui (issue 1586)

timeless timeless at gmail.com
Tue Apr 28 04:30:32 CDT 2009


On Tue, Apr 28, 2009 at 9:46 AM, Alexander Solovyov
<piranha at piranha.org.ua> wrote:
> diff --git a/mercurial/hgweb/hgwebdir_mod.py b/mercurial/hgweb/hgwebdir_mod.py
> @@ -42,45 +38,54 @@ class hgwebdir(object):
> +            # "foo = /bar/*" makes every subrepo of /bar/ to be
> +            # mounted as foo/subrepo
> +            # and "foo = /bar/**" does even recurse inside the
> +            # subdirectories, remember to use it without working dir.

This is more of a note for djc (or myself for later) as I can see
you're just reindenting instead of adding:

"does even" isn't good English. I've tried parsing it a couple of
times and am going to give up and hope someone will just replace it
:).



More information about the Mercurial-devel mailing list