.hgignore regexp oddity

John W jwdevel at gmail.com
Thu Jan 28 14:51:44 CST 2010


On Thu, Jan 28, 2010 at 12:34 PM, Will Maier <willmaier at ml1.net> wrote:
>
> You need to escape the dot. Try '^[^\.]*$'.
>

I actually tried that already - no joy.
I checked the python docs too - '^' is the only active metacharacter
(and only when the first character) inside a character set.

-John


More information about the Mercurial mailing list