tests/test-subrepo-deep-nested-change.t
branchstable
changeset 24924 41cd8171e58f
parent 24645 b39afa36006a
child 24953 5115d03440f4
child 25193 ccb1623266eb
equal deleted inserted replaced
24920:b5eb01500696 24924:41cd8171e58f
   307   ../archive_lf/sub1/sub2/test.txt
   307   ../archive_lf/sub1/sub2/test.txt
   308   $ rm -rf ../archive_lf
   308   $ rm -rf ../archive_lf
   309 
   309 
   310 Exclude normal files from main and sub-sub repo
   310 Exclude normal files from main and sub-sub repo
   311 
   311 
   312   $ hg --config extensions.largefiles= archive -S -X '**.txt' ../archive_lf
   312   $ hg --config extensions.largefiles= archive -S -X '**.txt' ../archive_lf.tgz
   313   $ find ../archive_lf | sort
   313   $ tar -tzf ../archive_lf.tgz | sort
   314   ../archive_lf
   314   archive_lf/.hgsub
   315   ../archive_lf/.hgsub
   315   archive_lf/.hgsubstate
   316   ../archive_lf/.hgsubstate
   316   archive_lf/large.bin
   317   ../archive_lf/large.bin
   317   archive_lf/main
   318   ../archive_lf/main
   318   archive_lf/sub1/.hgsub
   319   ../archive_lf/sub1
   319   archive_lf/sub1/.hgsubstate
   320   ../archive_lf/sub1/.hgsub
   320   archive_lf/sub1/sub1
   321   ../archive_lf/sub1/.hgsubstate
   321   archive_lf/sub1/sub2/large.bin
   322   ../archive_lf/sub1/sub1
   322   archive_lf/sub1/sub2/sub2
   323   ../archive_lf/sub1/sub2
       
   324   ../archive_lf/sub1/sub2/large.bin
       
   325   ../archive_lf/sub1/sub2/sub2
       
   326   $ rm -rf ../archive_lf
       
   327 
   323 
   328 Include normal files from within a largefiles subrepo
   324 Include normal files from within a largefiles subrepo
   329 
   325 
   330   $ hg --config extensions.largefiles= archive -S -I '**.txt' ../archive_lf
   326   $ hg --config extensions.largefiles= archive -S -I '**.txt' ../archive_lf
   331   $ find ../archive_lf | sort
   327   $ find ../archive_lf | sort