comparison tests/test-walk.out @ 4303:6cecaec07cc9

Revert changeset ef1f1a4b2efb; add another test for glob: patterns With that changeset, it's impossible to use a glob: pattern to match e.g. all files ending in .py - glob:**.py would also match all files in a directory called dir.py.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 04 Apr 2007 04:22:05 -0300
parents ef1f1a4b2efb
children 702f48570eb3
comparison
equal deleted inserted replaced
4255:ef1f1a4b2efb 4303:6cecaec07cc9
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 beans/black beans/black 213 f fennel fennel
214 f beans/borlotti beans/borlotti 214 f fenugreek fenugreek
215 f beans/kidney beans/kidney 215 f fiddlehead fiddlehead
216 f beans/navy beans/navy 216 f glob:glob glob:glob
217 f beans/pinto beans/pinto 217
218 hg debugwalk glob:**e
218 f beans/turtle beans/turtle 219 f beans/turtle beans/turtle
219 f fennel fennel 220 f mammals/Procyonidae/cacomistle mammals/Procyonidae/cacomistle
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
227 221
228 hg debugwalk re:.*[kb]$ 222 hg debugwalk re:.*[kb]$
229 f beans/black beans/black 223 f beans/black beans/black
230 f fenugreek fenugreek 224 f fenugreek fenugreek
231 f glob:glob glob:glob 225 f glob:glob glob:glob