##// END OF EJS Templates
test-hgignore: add globs for Windows
Matt Harbison -
r27757:6ff556ef default
parent child Browse files
Show More
@@ -168,7 +168,7 b' Test relative ignore path (issue4473):'
168
168
169 $ hg debugignore b.o
169 $ hg debugignore b.o
170 b.o is ignored
170 b.o is ignored
171 (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 1: '*')
171 (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 1: '*') (glob)
172
172
173 $ cd ..
173 $ cd ..
174
174
@@ -199,7 +199,7 b' Check recursive glob pattern matches no '
199 a.c is not ignored
199 a.c is not ignored
200 $ hg debugignore dir/c.o
200 $ hg debugignore dir/c.o
201 dir/c.o is ignored
201 dir/c.o is ignored
202 (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 2: 'dir/**/c.o')
202 (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 2: 'dir/**/c.o') (glob)
203
203
204 Check using 'include:' in ignore file
204 Check using 'include:' in ignore file
205
205
General Comments 0
You need to be logged in to leave comments. Login now