tests/test-bundle-type.t
branchstable
changeset 31474 10c0ee338535
parent 31473 ffed3bf5cd4c
child 31794 54b1af732415
equal deleted inserted replaced
31473:ffed3bf5cd4c 31474:10c0ee338535
   185 Explicit request for zstd on non-generaldelta repos
   185 Explicit request for zstd on non-generaldelta repos
   186 
   186 
   187   $ hg --config format.usegeneraldelta=false init nogd
   187   $ hg --config format.usegeneraldelta=false init nogd
   188   $ hg -q -R nogd pull t1
   188   $ hg -q -R nogd pull t1
   189   $ hg -R nogd bundle -a -t zstd nogd-zstd
   189   $ hg -R nogd bundle -a -t zstd nogd-zstd
   190   abort: compression engine zstd is not supported on v1 bundles
   190   1 changesets found
   191   (see 'hg help bundle' for supported values for --type)
       
   192   [255]
       
   193 
   191 
   194 zstd-v1 always fails
   192 zstd-v1 always fails
   195 
   193 
   196   $ hg -R tzstd bundle -a -t zstd-v1 zstd-v1
   194   $ hg -R tzstd bundle -a -t zstd-v1 zstd-v1
   197   abort: compression engine zstd is not supported on v1 bundles
   195   abort: compression engine zstd is not supported on v1 bundles