comparison tests/test-walk.t @ 18682:408f2202bd80

tests: remove glob from output lines containing no glob character
author Simon Heimberg <simohe@besonet.ch>
date Wed, 13 Feb 2013 22:05:30 +0100
parents ef60083b5536
children b3de50b0c7aa
comparison
equal deleted inserted replaced
18681:7591ed29e824 18682:408f2202bd80
153 f mammals/skunk skunk 153 f mammals/skunk skunk
154 $ hg debugwalk .hg 154 $ hg debugwalk .hg
155 abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob) 155 abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob)
156 [255] 156 [255]
157 $ hg debugwalk ../.hg 157 $ hg debugwalk ../.hg
158 abort: path contains illegal component: .hg (glob) 158 abort: path contains illegal component: .hg
159 [255] 159 [255]
160 $ cd .. 160 $ cd ..
161 161
162 $ hg debugwalk -Ibeans 162 $ hg debugwalk -Ibeans
163 f beans/black beans/black 163 f beans/black beans/black
185 [255] 185 [255]
186 $ hg debugwalk beans/../.. 186 $ hg debugwalk beans/../..
187 abort: beans/../.. not under root '$TESTTMP/t' (glob) 187 abort: beans/../.. not under root '$TESTTMP/t' (glob)
188 [255] 188 [255]
189 $ hg debugwalk .hg 189 $ hg debugwalk .hg
190 abort: path contains illegal component: .hg (glob) 190 abort: path contains illegal component: .hg
191 [255] 191 [255]
192 $ hg debugwalk beans/../.hg 192 $ hg debugwalk beans/../.hg
193 abort: path contains illegal component: .hg (glob) 193 abort: path contains illegal component: .hg
194 [255] 194 [255]
195 $ hg debugwalk beans/../.hg/data 195 $ hg debugwalk beans/../.hg/data
196 abort: path contains illegal component: .hg/data (glob) 196 abort: path contains illegal component: .hg/data (glob)
197 [255] 197 [255]
198 $ hg debugwalk beans/.hg 198 $ hg debugwalk beans/.hg