[PATCH 2 of 2] Allow hgwebdir collections to follow symlinks

Benoit Boissinot bboissin at gmail.com
Mon Aug 6 16:57:05 CDT 2007


On 8/6/07, Eric Hopper <hopper at omnifarious.org> wrote:
> 2 files changed, 13 insertions(+), 2 deletions(-)
> mercurial/hgweb/hgwebdir_mod.py |    2 +-
> mercurial/util.py               |   13 ++++++++++++-
>

iirc set isn't available in python 2.3
Isn't os.lstat what you want to use ? (or do you want to disallow two
symlinks pointing to the same repo ?)

(and a minor nitpick: no spaces are usually added around keyword
argument in the rest of the mercurial source)

thanks,

Benoit
>
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
>
>
>


More information about the Mercurial-devel mailing list