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

Alexander Solovyov piranha at piranha.org.ua
Tue Apr 28 08:40:57 CDT 2009


On Tue, Apr 28, 2009 at 12:30 PM, timeless <timeless at gmail.com> wrote:
> 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
> :).

Something like that?

and "foo = /bar/**" also recurses into the subdirectories, ...



-- 
Alexander



More information about the Mercurial-devel mailing list