tests/test-subrepo-deep-nested-change.t
changeset 17113 d7493da233c8
parent 17112 f690402e80fb
child 17346 2944a6d35158
equal deleted inserted replaced
17112:f690402e80fb 17113:d7493da233c8
   257   ../archive_lf/sub1/sub2/large.bin
   257   ../archive_lf/sub1/sub2/large.bin
   258   $ rm -rf ../archive_lf
   258   $ rm -rf ../archive_lf
   259 
   259 
   260 Find an exact match to a standin (should archive nothing)
   260 Find an exact match to a standin (should archive nothing)
   261   $ hg --config extensions.largefiles= archive -S -I 'sub/sub2/.hglf/large.bin' ../archive_lf
   261   $ hg --config extensions.largefiles= archive -S -I 'sub/sub2/.hglf/large.bin' ../archive_lf
   262   $ find ../archive_lf | sort
   262   $ find ../archive_lf 2> /dev/null | sort
   263   find: `../archive_lf': No such file or directory
       
   264 
   263 
   265   $ cd ..
   264   $ cd ..