Show More
@@ -394,9 +394,9 b' No bundle spec should work' | |||||
394 | $ hg clone -U http://localhost:$HGPORT stream-clone-no-spec |
|
394 | $ hg clone -U http://localhost:$HGPORT stream-clone-no-spec | |
395 | applying clone bundle from http://localhost:$HGPORT1/packed.hg |
|
395 | applying clone bundle from http://localhost:$HGPORT1/packed.hg | |
396 | 5 files to transfer, 613 bytes of data (no-rust !) |
|
396 | 5 files to transfer, 613 bytes of data (no-rust !) | |
397 |
transferred 613 bytes in * |
|
397 | transferred 613 bytes in * seconds (* */sec) (glob) (no-rust !) | |
398 | 7 files to transfer, 739 bytes of data (rust !) |
|
398 | 7 files to transfer, 739 bytes of data (rust !) | |
399 |
transferred 739 bytes in * |
|
399 | transferred 739 bytes in * seconds (* */sec) (glob) (rust !) | |
400 | finished applying clone bundle |
|
400 | finished applying clone bundle | |
401 | searching for changes |
|
401 | searching for changes | |
402 | no changes found |
|
402 | no changes found | |
@@ -409,10 +409,8 b' Bundle spec without parameters should wo' | |||||
409 |
|
409 | |||
410 | $ hg clone -U http://localhost:$HGPORT stream-clone-vanilla-spec |
|
410 | $ hg clone -U http://localhost:$HGPORT stream-clone-vanilla-spec | |
411 | applying clone bundle from http://localhost:$HGPORT1/packed.hg |
|
411 | applying clone bundle from http://localhost:$HGPORT1/packed.hg | |
412 |
|
|
412 | * files to transfer, * bytes of data (glob) | |
413 |
transferred |
|
413 | transferred * bytes in * seconds (* */sec) (glob) | |
414 | 7 files to transfer, 739 bytes of data (rust !) |
|
|||
415 | transferred 739 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
416 | finished applying clone bundle |
|
414 | finished applying clone bundle | |
417 | searching for changes |
|
415 | searching for changes | |
418 | no changes found |
|
416 | no changes found | |
@@ -425,10 +423,8 b' Bundle spec with format requirements sho' | |||||
425 |
|
423 | |||
426 | $ hg clone -U http://localhost:$HGPORT stream-clone-supported-requirements |
|
424 | $ hg clone -U http://localhost:$HGPORT stream-clone-supported-requirements | |
427 | applying clone bundle from http://localhost:$HGPORT1/packed.hg |
|
425 | applying clone bundle from http://localhost:$HGPORT1/packed.hg | |
428 |
|
|
426 | * files to transfer, * bytes of data (glob) | |
429 |
transferred |
|
427 | transferred * bytes in * seconds (* */sec) (glob) | |
430 | 7 files to transfer, 739 bytes of data (rust !) |
|
|||
431 | transferred 739 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
432 | finished applying clone bundle |
|
428 | finished applying clone bundle | |
433 | searching for changes |
|
429 | searching for changes | |
434 | no changes found |
|
430 | no changes found | |
@@ -574,10 +570,8 b' A manifest with just a gzip bundle' | |||||
574 | no compatible clone bundles available on server; falling back to regular clone |
|
570 | no compatible clone bundles available on server; falling back to regular clone | |
575 | (you may want to report this to the server operator) |
|
571 | (you may want to report this to the server operator) | |
576 | streaming all changes |
|
572 | streaming all changes | |
577 |
|
|
573 | * files to transfer, * bytes of data (glob) | |
578 |
transferred |
|
574 | transferred * bytes in * seconds (* */sec) (glob) | |
579 | 12 files to transfer, 942 bytes of data (rust !) |
|
|||
580 | transferred 942 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
581 |
|
575 | |||
582 | A manifest with a stream clone but no BUNDLESPEC |
|
576 | A manifest with a stream clone but no BUNDLESPEC | |
583 |
|
577 | |||
@@ -589,10 +583,8 b' A manifest with a stream clone but no BU' | |||||
589 | no compatible clone bundles available on server; falling back to regular clone |
|
583 | no compatible clone bundles available on server; falling back to regular clone | |
590 | (you may want to report this to the server operator) |
|
584 | (you may want to report this to the server operator) | |
591 | streaming all changes |
|
585 | streaming all changes | |
592 |
|
|
586 | * files to transfer, * bytes of data (glob) | |
593 |
transferred |
|
587 | transferred * bytes in * seconds (* */sec) (glob) | |
594 | 12 files to transfer, 942 bytes of data (rust !) |
|
|||
595 | transferred 942 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
596 |
|
588 | |||
597 | A manifest with a gzip bundle and a stream clone |
|
589 | A manifest with a gzip bundle and a stream clone | |
598 |
|
590 | |||
@@ -603,10 +595,8 b' A manifest with a gzip bundle and a stre' | |||||
603 |
|
595 | |||
604 | $ hg clone -U --stream http://localhost:$HGPORT uncompressed-gzip-packed |
|
596 | $ hg clone -U --stream http://localhost:$HGPORT uncompressed-gzip-packed | |
605 | applying clone bundle from http://localhost:$HGPORT1/packed.hg |
|
597 | applying clone bundle from http://localhost:$HGPORT1/packed.hg | |
606 |
|
|
598 | * files to transfer, * bytes of data (glob) | |
607 |
transferred |
|
599 | transferred * bytes in * seconds (* */sec) (glob) | |
608 | 7 files to transfer, 739 bytes of data (rust !) |
|
|||
609 | transferred 739 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
610 | finished applying clone bundle |
|
600 | finished applying clone bundle | |
611 | searching for changes |
|
601 | searching for changes | |
612 | no changes found |
|
602 | no changes found | |
@@ -620,10 +610,8 b' A manifest with a gzip bundle and stream' | |||||
620 |
|
610 | |||
621 | $ hg clone -U --stream http://localhost:$HGPORT uncompressed-gzip-packed-requirements |
|
611 | $ hg clone -U --stream http://localhost:$HGPORT uncompressed-gzip-packed-requirements | |
622 | applying clone bundle from http://localhost:$HGPORT1/packed.hg |
|
612 | applying clone bundle from http://localhost:$HGPORT1/packed.hg | |
623 |
|
|
613 | * files to transfer, * bytes of data (glob) | |
624 |
transferred |
|
614 | transferred * bytes in * seconds (* */sec) (glob) | |
625 | 7 files to transfer, 739 bytes of data (rust !) |
|
|||
626 | transferred 739 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
627 | finished applying clone bundle |
|
615 | finished applying clone bundle | |
628 | searching for changes |
|
616 | searching for changes | |
629 | no changes found |
|
617 | no changes found | |
@@ -639,10 +627,8 b' A manifest with a gzip bundle and a stre' | |||||
639 | no compatible clone bundles available on server; falling back to regular clone |
|
627 | no compatible clone bundles available on server; falling back to regular clone | |
640 | (you may want to report this to the server operator) |
|
628 | (you may want to report this to the server operator) | |
641 | streaming all changes |
|
629 | streaming all changes | |
642 |
|
|
630 | * files to transfer, * bytes of data (glob) | |
643 |
transferred |
|
631 | transferred * bytes in * seconds (* */sec) (glob) | |
644 | 12 files to transfer, 942 bytes of data (rust !) |
|
|||
645 | transferred 942 bytes in *.* seconds (*) (glob) (rust !) |
|
|||
646 |
|
632 | |||
647 | Test clone bundle retrieved through bundle2 |
|
633 | Test clone bundle retrieved through bundle2 | |
648 |
|
634 |
General Comments 0
You need to be logged in to leave comments.
Login now