tests/test-walk.out
changeset 4533 36abb07c79d4
parent 4306 d4f0405fadac
equal deleted inserted replaced
4532:c3a78a49d7f0 4533:36abb07c79d4
   162 .hg: No such file or directory
   162 .hg: No such file or directory
   163 
   163 
   164 hg debugwalk ../.hg
   164 hg debugwalk ../.hg
   165 abort: path contains illegal component: .hg
   165 abort: path contains illegal component: .hg
   166 
   166 
   167 
       
   168 cd ..
   167 cd ..
   169 
   168 
   170 hg debugwalk -Ibeans
   169 hg debugwalk -Ibeans
   171 f  beans/black     beans/black
   170 f  beans/black     beans/black
   172 f  beans/borlotti  beans/borlotti
   171 f  beans/borlotti  beans/borlotti
   195 abort: beans/../.. not under root
   194 abort: beans/../.. not under root
   196 
   195 
   197 hg debugwalk .hg
   196 hg debugwalk .hg
   198 abort: path contains illegal component: .hg
   197 abort: path contains illegal component: .hg
   199 
   198 
   200 
       
   201 hg debugwalk beans/../.hg
   199 hg debugwalk beans/../.hg
   202 abort: path contains illegal component: .hg
   200 abort: path contains illegal component: .hg
   203 
   201 
   204 
       
   205 hg debugwalk beans/../.hg/data
   202 hg debugwalk beans/../.hg/data
   206 abort: path contains illegal component: .hg/data
   203 abort: path contains illegal component: .hg/data
   207 
       
   208 
   204 
   209 hg debugwalk beans/.hg
   205 hg debugwalk beans/.hg
   210 beans/.hg: No such file or directory
   206 beans/.hg: No such file or directory
   211 
   207 
   212 hg debugwalk glob:*
   208 hg debugwalk glob:*