Show More
@@ -178,12 +178,17 b' Test relative ignore path (issue4473):' | |||||
178 |
|
178 | |||
179 | Check patterns that match only the directory |
|
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 | $ echo "^dir\$" > .hgignore |
|
185 | $ echo "^dir\$" > .hgignore | |
182 | $ hg status |
|
186 | $ hg status | |
183 | A dir/b.o |
|
187 | A dir/b.o | |
184 | ? .hgignore |
|
188 | ? .hgignore | |
185 | ? a.c |
|
189 | ? a.c | |
186 | ? a.o |
|
190 | ? a.o | |
|
191 | ? dir/c.o (fsmonitor !) | |||
187 | ? syntax |
|
192 | ? syntax | |
188 |
|
193 | |||
189 | Check recursive glob pattern matches no directories (dir/**/c.o matches dir/c.o) |
|
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