tests/test-bundle.t
changeset 15521 117f9190c1ba
parent 15519 bb9ad375b51c
child 15991 85ec8036d0b9
equal deleted inserted replaced
15520:d6d7b56ec346 15521:117f9190c1ba
   375   
   375   
   376 
   376 
   377 Outgoing -R does-not-exist.hg vs partial2 in partial
   377 Outgoing -R does-not-exist.hg vs partial2 in partial
   378 
   378 
   379   $ hg -R bundle://../does-not-exist.hg outgoing ../partial2
   379   $ hg -R bundle://../does-not-exist.hg outgoing ../partial2
   380   abort: No such file or directory: ../does-not-exist.hg
   380   abort: *: ../does-not-exist.hg (glob)
   381   [255]
   381   [255]
   382   $ cd ..
   382   $ cd ..
   383 
   383 
   384 Direct clone from bundle (all-history)
   384 Direct clone from bundle (all-history)
   385 
   385 
   408 
   408 
   409 When cloning from a non-copiable repository into '', do not
   409 When cloning from a non-copiable repository into '', do not
   410 recurse infinitely (issue 2528)
   410 recurse infinitely (issue 2528)
   411 
   411 
   412   $ hg clone full.hg ''
   412   $ hg clone full.hg ''
   413   abort: No such file or directory
   413   abort: * (glob)
   414   [255]
   414   [255]
   415 
   415 
   416 test for http://mercurial.selenic.com/bts/issue216
   416 test for http://mercurial.selenic.com/bts/issue216
   417 
   417 
   418 Unbundle incremental bundles into fresh empty in one go
   418 Unbundle incremental bundles into fresh empty in one go