comparison tests/test-bundle.t @ 26420:2fc86d92c4a9

urls: bulk-change BTS urls to new location
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Sep 2015 15:31:07 -0500
parents d19787db6fe0
children 43708f92f471
comparison
equal deleted inserted replaced
26415:46af0adb5c37 26420:2fc86d92c4a9
435 435
436 $ hg clone full.hg '' 436 $ hg clone full.hg ''
437 abort: empty destination path is not valid 437 abort: empty destination path is not valid
438 [255] 438 [255]
439 439
440 test for http://mercurial.selenic.com/bts/issue216 440 test for https://bz.mercurial-scm.org/216
441 441
442 Unbundle incremental bundles into fresh empty in one go 442 Unbundle incremental bundles into fresh empty in one go
443 443
444 $ rm -r empty 444 $ rm -r empty
445 $ hg init empty 445 $ hg init empty
549 $ hg -R foo.hg -q log -r "bundle()" 549 $ hg -R foo.hg -q log -r "bundle()"
550 9:b4f5acb1ee27 550 9:b4f5acb1ee27
551 551
552 $ cd .. 552 $ cd ..
553 553
554 test for http://mercurial.selenic.com/bts/issue1144 554 test for https://bz.mercurial-scm.org/1144
555 555
556 test that verify bundle does not traceback 556 test that verify bundle does not traceback
557 557
558 partial history bundle, fails w/ unknown parent 558 partial history bundle, fails w/ unknown parent
559 559