[issue3054] hgweb path recurses with * as well as **

Scott Palmer bugs at mercurial.selenic.com
Wed Oct 19 06:54:21 CDT 2011


New submission from Scott Palmer <swpalmer at gmail.com>:

It seems that using * in a path with hgweb is the same or nearly the same as 
using **

With structure on disk like:

/repos/A
/repos/Special/B

and a [paths] section like:

[paths]
/ = /repos/*
/Special = /repos/Special/*

hgweb will report the repo "Special/B" twice.  Since "Special" is not a 
repository itself, it the /repos/* pattern should not match it or recurse 
into it, but apparently it does.

----------
messages: 17679
nosy: swpalmer
priority: bug
status: unread
title: hgweb path recurses with * as well as **

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3054>
____________________________________________________


More information about the Mercurial-devel mailing list