tests/test-subrepo-recursion.t
changeset 13343 69e69b131458
parent 13149 735dd8e8a208
parent 13339 22167be007ed
child 14281 ccb7240acf32
equal deleted inserted replaced
13342:2dc7a2a96cfd 13343:69e69b131458
   411 Test missing subrepo:
   411 Test missing subrepo:
   412 
   412 
   413   $ rm -r foo
   413   $ rm -r foo
   414   $ hg status -S
   414   $ hg status -S
   415   warning: error "unknown revision '65903cebad86f1a84bd4f1134f62fa7dcb7a1c98'" in subrepository "foo"
   415   warning: error "unknown revision '65903cebad86f1a84bd4f1134f62fa7dcb7a1c98'" in subrepository "foo"
       
   416 
       
   417 Issue2619: IndexError: list index out of range on hg add with subrepos
       
   418 The subrepo must sorts after the explicit filename.
       
   419 
       
   420   $ cd ..
       
   421   $ hg init test
       
   422   $ cd test
       
   423   $ hg init x
       
   424   $ echo "x = x" >> .hgsub
       
   425   $ hg add .hgsub
       
   426   $ touch a x/a
       
   427   $ hg add a x/a