tests/test-bundle.t
changeset 28961 2e58dc022caa
parent 28714 dac81729fea4
child 29593 953839de96ab
equal deleted inserted replaced
28960:14e683d6b273 28961:2e58dc022caa
   258 
   258 
   259 Cannot produce streaming clone bundles with "hg bundle"
   259 Cannot produce streaming clone bundles with "hg bundle"
   260 
   260 
   261   $ hg -R test bundle -t packed1 packed.hg
   261   $ hg -R test bundle -t packed1 packed.hg
   262   abort: packed bundles cannot be produced by "hg bundle"
   262   abort: packed bundles cannot be produced by "hg bundle"
   263   (use "hg debugcreatestreamclonebundle")
   263   (use 'hg debugcreatestreamclonebundle')
   264   [255]
   264   [255]
   265 
   265 
   266 packed1 is produced properly
   266 packed1 is produced properly
   267 
   267 
   268   $ hg -R test debugcreatestreamclonebundle packed.hg
   268   $ hg -R test debugcreatestreamclonebundle packed.hg