[issue1798] Regexp rules in .hgignore not work correctly

Piotr Minkina mercurial-bugs at selenic.com
Sat Aug 15 21:37:01 UTC 2009


New submission from Piotr Minkina <likemandrake at o2.pl>:

Hello

I have the following files:

data/cache/.directory
data/cache/file
data/cache/administrator/.directory
data/cache/administrator/file

and I have the following rules in .hgignore:

syntax: regexp
^data/cache/[a-z]+$

When I run "hg st", Mercurial should returns the following results:

? data/cache/.directory
? data/cache/administrator/.directory
? data/cache/administrator/file

but returns

? data/cache/.directory

PS: Sorry for my English!

----------
messages: 10338
nosy: likemandrake
priority: bug
status: unread
title: Regexp rules in .hgignore not work correctly

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



More information about the Mercurial-devel mailing list