comparison tests/test-walk.out @ 5949:48d01b1e315f

Permit glob patterns to use nested curly braces.
author Jesse Glick <jesse.glick@sun.com>
date Fri, 25 Jan 2008 15:54:25 -0500
parents 36abb07c79d4
children cfb4a51da7d5
comparison
equal deleted inserted replaced
5942:b75105de8573 5949:48d01b1e315f
172 f beans/kidney beans/kidney 172 f beans/kidney beans/kidney
173 f beans/navy beans/navy 173 f beans/navy beans/navy
174 f beans/pinto beans/pinto 174 f beans/pinto beans/pinto
175 f beans/turtle beans/turtle 175 f beans/turtle beans/turtle
176 176
177 hg debugwalk -I {*,{b,m}*/*}k
178 f beans/black beans/black
179 f fenugreek fenugreek
180 f mammals/skunk mammals/skunk
181
177 hg debugwalk glob:mammals/../beans/b* 182 hg debugwalk glob:mammals/../beans/b*
178 f beans/black beans/black 183 f beans/black beans/black
179 f beans/borlotti beans/borlotti 184 f beans/borlotti beans/borlotti
180 185
181 hg debugwalk -X*/Procyonidae mammals 186 hg debugwalk -X*/Procyonidae mammals