comparison tests/test-walk.out @ 4255:ef1f1a4b2efb

glob:<directory> patterns match the files in that directory. This makes the behaviour of glob: patterns more consistent: hg status glob:dir and hg status -I glob:dir will match the same files. It's also consistent with the fact that {rel,}path patterns recursively match the contents of a directory.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 20 Mar 2007 22:09:55 -0300
parents dd0d9bd91e0a
children fe0fe0b4d73b 6cecaec07cc9
comparison
equal deleted inserted replaced
4254:a7cae4e22749 4255:ef1f1a4b2efb
208 208
209 hg debugwalk beans/.hg 209 hg debugwalk beans/.hg
210 beans/.hg: No such file or directory 210 beans/.hg: No such file or directory
211 211
212 hg debugwalk glob:* 212 hg debugwalk glob:*
213 f fennel fennel 213 f beans/black beans/black
214 f fenugreek fenugreek 214 f beans/borlotti beans/borlotti
215 f fiddlehead fiddlehead 215 f beans/kidney beans/kidney
216 f glob:glob glob:glob 216 f beans/navy beans/navy
217 f beans/pinto beans/pinto
218 f beans/turtle beans/turtle
219 f fennel fennel
220 f fenugreek fenugreek
221 f fiddlehead fiddlehead
222 f glob:glob glob:glob
223 f mammals/Procyonidae/cacomistle mammals/Procyonidae/cacomistle
224 f mammals/Procyonidae/coatimundi mammals/Procyonidae/coatimundi
225 f mammals/Procyonidae/raccoon mammals/Procyonidae/raccoon
226 f mammals/skunk mammals/skunk
217 227
218 hg debugwalk re:.*[kb]$ 228 hg debugwalk re:.*[kb]$
219 f beans/black beans/black 229 f beans/black beans/black
220 f fenugreek fenugreek 230 f fenugreek fenugreek
221 f glob:glob glob:glob 231 f glob:glob glob:glob