Show More
@@ -178,12 +178,17 b' Test relative ignore path (issue4473):' | |||
|
178 | 178 | |
|
179 | 179 | Check patterns that match only the directory |
|
180 | 180 | |
|
181 | "(fsmonitor !)" below assumes that fsmonitor is enabled with | |
|
182 | "walk_on_invalidate = false" (default), which doesn't involve | |
|
183 | re-walking whole repository at detection of .hgignore change. | |
|
184 | ||
|
181 | 185 | $ echo "^dir\$" > .hgignore |
|
182 | 186 | $ hg status |
|
183 | 187 | A dir/b.o |
|
184 | 188 | ? .hgignore |
|
185 | 189 | ? a.c |
|
186 | 190 | ? a.o |
|
191 | ? dir/c.o (fsmonitor !) | |
|
187 | 192 | ? syntax |
|
188 | 193 | |
|
189 | 194 | Check recursive glob pattern matches no directories (dir/**/c.o matches dir/c.o) |
General Comments 0
You need to be logged in to leave comments.
Login now