tests/test-subrepo-recursion.t
branchstable
changeset 15287 b3e19c355ca7
parent 15286 4be845e3932c
child 15321 e174353e8cda
equal deleted inserted replaced
15286:4be845e3932c 15287:b3e19c355ca7
   347 
   347 
   348 Disable progress extension and cleanup:
   348 Disable progress extension and cleanup:
   349 
   349 
   350   $ mv $HGRCPATH.no-progress $HGRCPATH
   350   $ mv $HGRCPATH.no-progress $HGRCPATH
   351 
   351 
       
   352 Test archiving when there is a directory in the way for a subrepo
       
   353 created by archive:
       
   354 
       
   355   $ hg clone -U . ../almost-empty
       
   356   $ cd ../almost-empty
       
   357   $ mkdir foo
       
   358   $ echo f > foo/f
       
   359   $ hg archive --subrepos -r tip archive
       
   360   cloning subrepo foo from $TESTTMP/empty/foo
       
   361   abort: destination '$TESTTMP/almost-empty/foo' is not empty
       
   362   [255]
       
   363 
   352 Clone and test outgoing:
   364 Clone and test outgoing:
   353 
   365 
   354   $ cd ..
   366   $ cd ..
   355   $ hg clone repo repo2
   367   $ hg clone repo repo2
   356   updating to branch default
   368   updating to branch default