Mercurial > hg
changeset 27757:6ff556ef5a46
test-hgignore: add globs for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 12 Jan 2016 22:40:40 -0500 |
parents | 598e21079884 |
children | 6a63fd8dd486 |
files | tests/test-hgignore.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgignore.t Mon Jan 11 11:35:28 2016 -0600 +++ b/tests/test-hgignore.t Tue Jan 12 22:40:40 2016 -0500 @@ -168,7 +168,7 @@ $ hg debugignore b.o b.o is ignored - (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 1: '*') + (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 1: '*') (glob) $ cd .. @@ -199,7 +199,7 @@ a.c is not ignored $ hg debugignore dir/c.o dir/c.o is ignored - (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 2: 'dir/**/c.o') + (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 2: 'dir/**/c.o') (glob) Check using 'include:' in ignore file