[PATCH] hgwebdir: shows nested repos (issue1336)

Dirkjan Ochtman dirkjan at ochtman.nl
Wed Oct 22 06:31:37 CDT 2008


Benoît Allard <benoit <at> aeteurope.nl> writes:
>           if '.hg' in dirs:
> -            dirs[:] = [] # don't descend further
> +            dirs.remove('.hg') # don't recurse inside the .hg directory
>               yield root # found a repository

I don't know how you're sending your patch, but it's weird. Indentation is off
and lines are wrapped... Can't really apply it this way. Please resend it?

Cheers,

Dirkjan



More information about the Mercurial-devel mailing list