Mercurial > hg
comparison tests/test-ssh-proto-unbundle.t @ 39722:4bd6e444c76f
bundle2: make server.bundle2.stream default to True
Support for bundle2 streaming clones has been shipped in Mercurial 4.5
(7eedbd5d4880), but was never activated by default. It's time to have more
people use it. The new format allows streaming clones to transport cache
(hooray for speed) and phaseroots (fixes phase-related issues).
Changes in tests:
bundle2 capabilities now have "stream=v2" (plus a '\n' as a separator) and
therefore take 14 bytes more: "%0Astream%3Dv2". Tip for tests that have data
encoded with CBOR: 0xd3 - 0xc5 = 14.
$USUAL_BUNDLE2_CAPS$ replaces $USUAL_BUNDLE2_CAPS_SERVER$, which is the same
thing, but without "stream=v2".
Since streaming clones now also transfer caches, the reported byte and file
counts are higher (e.g. 816 bytes in 9 files instead of 613 bytes in 4 files,
a bit of --debug and manual math confirms that the caches take these extra 203
bytes in 5 files).
Differential Revision: https://phab.mercurial-scm.org/D4680
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 17 Sep 2018 17:47:24 +0800 |
parents | 565074cc9ac6 |
children | d059cb669632 |
comparison
equal
deleted
inserted
replaced
39721:1b5880352314 | 39722:4bd6e444c76f |
---|---|
54 i> between\n | 54 i> between\n |
55 i> pairs 81\n | 55 i> pairs 81\n |
56 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 56 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
57 i> flush() -> None | 57 i> flush() -> None |
58 o> readline() -> 4: | 58 o> readline() -> 4: |
59 o> 413\n | 59 o> 427\n |
60 o> readline() -> 413: | 60 o> readline() -> 427: |
61 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 61 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
62 o> readline() -> 2: | 62 o> readline() -> 2: |
63 o> 1\n | 63 o> 1\n |
64 o> readline() -> 1: | 64 o> readline() -> 1: |
65 o> \n | 65 o> \n |
66 sending unbundle command | 66 sending unbundle command |
107 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 107 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
108 i> flush() -> None | 108 i> flush() -> None |
109 o> readline() -> 62: | 109 o> readline() -> 62: |
110 o> upgraded * exp-ssh-v2-0001\n (glob) | 110 o> upgraded * exp-ssh-v2-0001\n (glob) |
111 o> readline() -> 4: | 111 o> readline() -> 4: |
112 o> 412\n | 112 o> 426\n |
113 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 113 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
114 o> read(1) -> 1: | 114 o> read(1) -> 1: |
115 o> \n | 115 o> \n |
116 sending unbundle command | 116 sending unbundle command |
117 i> write(9) -> 9: | 117 i> write(9) -> 9: |
118 i> unbundle\n | 118 i> unbundle\n |
233 i> between\n | 233 i> between\n |
234 i> pairs 81\n | 234 i> pairs 81\n |
235 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 235 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
236 i> flush() -> None | 236 i> flush() -> None |
237 o> readline() -> 4: | 237 o> readline() -> 4: |
238 o> 413\n | 238 o> 427\n |
239 o> readline() -> 413: | 239 o> readline() -> 427: |
240 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 240 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
241 o> readline() -> 2: | 241 o> readline() -> 2: |
242 o> 1\n | 242 o> 1\n |
243 o> readline() -> 1: | 243 o> readline() -> 1: |
244 o> \n | 244 o> \n |
245 sending unbundle command | 245 sending unbundle command |
292 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 292 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
293 i> flush() -> None | 293 i> flush() -> None |
294 o> readline() -> 62: | 294 o> readline() -> 62: |
295 o> upgraded * exp-ssh-v2-0001\n (glob) | 295 o> upgraded * exp-ssh-v2-0001\n (glob) |
296 o> readline() -> 4: | 296 o> readline() -> 4: |
297 o> 412\n | 297 o> 426\n |
298 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 298 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
299 o> read(1) -> 1: | 299 o> read(1) -> 1: |
300 o> \n | 300 o> \n |
301 sending unbundle command | 301 sending unbundle command |
302 i> write(9) -> 9: | 302 i> write(9) -> 9: |
303 i> unbundle\n | 303 i> unbundle\n |
359 i> between\n | 359 i> between\n |
360 i> pairs 81\n | 360 i> pairs 81\n |
361 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 361 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
362 i> flush() -> None | 362 i> flush() -> None |
363 o> readline() -> 4: | 363 o> readline() -> 4: |
364 o> 413\n | 364 o> 427\n |
365 o> readline() -> 413: | 365 o> readline() -> 427: |
366 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 366 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
367 o> readline() -> 2: | 367 o> readline() -> 2: |
368 o> 1\n | 368 o> 1\n |
369 o> readline() -> 1: | 369 o> readline() -> 1: |
370 o> \n | 370 o> \n |
371 sending unbundle command | 371 sending unbundle command |
419 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 419 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
420 i> flush() -> None | 420 i> flush() -> None |
421 o> readline() -> 62: | 421 o> readline() -> 62: |
422 o> upgraded * exp-ssh-v2-0001\n (glob) | 422 o> upgraded * exp-ssh-v2-0001\n (glob) |
423 o> readline() -> 4: | 423 o> readline() -> 4: |
424 o> 412\n | 424 o> 426\n |
425 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 425 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
426 o> read(1) -> 1: | 426 o> read(1) -> 1: |
427 o> \n | 427 o> \n |
428 sending unbundle command | 428 sending unbundle command |
429 i> write(9) -> 9: | 429 i> write(9) -> 9: |
430 i> unbundle\n | 430 i> unbundle\n |
487 i> between\n | 487 i> between\n |
488 i> pairs 81\n | 488 i> pairs 81\n |
489 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 489 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
490 i> flush() -> None | 490 i> flush() -> None |
491 o> readline() -> 4: | 491 o> readline() -> 4: |
492 o> 413\n | 492 o> 427\n |
493 o> readline() -> 413: | 493 o> readline() -> 427: |
494 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 494 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
495 o> readline() -> 2: | 495 o> readline() -> 2: |
496 o> 1\n | 496 o> 1\n |
497 o> readline() -> 1: | 497 o> readline() -> 1: |
498 o> \n | 498 o> \n |
499 sending unbundle command | 499 sending unbundle command |
546 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 546 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
547 i> flush() -> None | 547 i> flush() -> None |
548 o> readline() -> 62: | 548 o> readline() -> 62: |
549 o> upgraded * exp-ssh-v2-0001\n (glob) | 549 o> upgraded * exp-ssh-v2-0001\n (glob) |
550 o> readline() -> 4: | 550 o> readline() -> 4: |
551 o> 412\n | 551 o> 426\n |
552 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 552 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
553 o> read(1) -> 1: | 553 o> read(1) -> 1: |
554 o> \n | 554 o> \n |
555 sending unbundle command | 555 sending unbundle command |
556 i> write(9) -> 9: | 556 i> write(9) -> 9: |
557 i> unbundle\n | 557 i> unbundle\n |
613 i> between\n | 613 i> between\n |
614 i> pairs 81\n | 614 i> pairs 81\n |
615 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 615 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
616 i> flush() -> None | 616 i> flush() -> None |
617 o> readline() -> 4: | 617 o> readline() -> 4: |
618 o> 413\n | 618 o> 427\n |
619 o> readline() -> 413: | 619 o> readline() -> 427: |
620 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 620 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
621 o> readline() -> 2: | 621 o> readline() -> 2: |
622 o> 1\n | 622 o> 1\n |
623 o> readline() -> 1: | 623 o> readline() -> 1: |
624 o> \n | 624 o> \n |
625 sending unbundle command | 625 sending unbundle command |
673 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 673 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
674 i> flush() -> None | 674 i> flush() -> None |
675 o> readline() -> 62: | 675 o> readline() -> 62: |
676 o> upgraded * exp-ssh-v2-0001\n (glob) | 676 o> upgraded * exp-ssh-v2-0001\n (glob) |
677 o> readline() -> 4: | 677 o> readline() -> 4: |
678 o> 412\n | 678 o> 426\n |
679 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 679 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
680 o> read(1) -> 1: | 680 o> read(1) -> 1: |
681 o> \n | 681 o> \n |
682 sending unbundle command | 682 sending unbundle command |
683 i> write(9) -> 9: | 683 i> write(9) -> 9: |
684 i> unbundle\n | 684 i> unbundle\n |
741 i> between\n | 741 i> between\n |
742 i> pairs 81\n | 742 i> pairs 81\n |
743 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 743 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
744 i> flush() -> None | 744 i> flush() -> None |
745 o> readline() -> 4: | 745 o> readline() -> 4: |
746 o> 413\n | 746 o> 427\n |
747 o> readline() -> 413: | 747 o> readline() -> 427: |
748 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 748 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
749 o> readline() -> 2: | 749 o> readline() -> 2: |
750 o> 1\n | 750 o> 1\n |
751 o> readline() -> 1: | 751 o> readline() -> 1: |
752 o> \n | 752 o> \n |
753 sending unbundle command | 753 sending unbundle command |
803 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 803 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
804 i> flush() -> None | 804 i> flush() -> None |
805 o> readline() -> 62: | 805 o> readline() -> 62: |
806 o> upgraded * exp-ssh-v2-0001\n (glob) | 806 o> upgraded * exp-ssh-v2-0001\n (glob) |
807 o> readline() -> 4: | 807 o> readline() -> 4: |
808 o> 412\n | 808 o> 426\n |
809 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 809 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
810 o> read(1) -> 1: | 810 o> read(1) -> 1: |
811 o> \n | 811 o> \n |
812 sending unbundle command | 812 sending unbundle command |
813 i> write(9) -> 9: | 813 i> write(9) -> 9: |
814 i> unbundle\n | 814 i> unbundle\n |
873 i> between\n | 873 i> between\n |
874 i> pairs 81\n | 874 i> pairs 81\n |
875 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 875 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
876 i> flush() -> None | 876 i> flush() -> None |
877 o> readline() -> 4: | 877 o> readline() -> 4: |
878 o> 413\n | 878 o> 427\n |
879 o> readline() -> 413: | 879 o> readline() -> 427: |
880 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 880 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
881 o> readline() -> 2: | 881 o> readline() -> 2: |
882 o> 1\n | 882 o> 1\n |
883 o> readline() -> 1: | 883 o> readline() -> 1: |
884 o> \n | 884 o> \n |
885 sending unbundle command | 885 sending unbundle command |
932 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 932 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
933 i> flush() -> None | 933 i> flush() -> None |
934 o> readline() -> 62: | 934 o> readline() -> 62: |
935 o> upgraded * exp-ssh-v2-0001\n (glob) | 935 o> upgraded * exp-ssh-v2-0001\n (glob) |
936 o> readline() -> 4: | 936 o> readline() -> 4: |
937 o> 412\n | 937 o> 426\n |
938 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 938 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
939 o> read(1) -> 1: | 939 o> read(1) -> 1: |
940 o> \n | 940 o> \n |
941 sending unbundle command | 941 sending unbundle command |
942 i> write(9) -> 9: | 942 i> write(9) -> 9: |
943 i> unbundle\n | 943 i> unbundle\n |
999 i> between\n | 999 i> between\n |
1000 i> pairs 81\n | 1000 i> pairs 81\n |
1001 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1001 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1002 i> flush() -> None | 1002 i> flush() -> None |
1003 o> readline() -> 4: | 1003 o> readline() -> 4: |
1004 o> 413\n | 1004 o> 427\n |
1005 o> readline() -> 413: | 1005 o> readline() -> 427: |
1006 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1006 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1007 o> readline() -> 2: | 1007 o> readline() -> 2: |
1008 o> 1\n | 1008 o> 1\n |
1009 o> readline() -> 1: | 1009 o> readline() -> 1: |
1010 o> \n | 1010 o> \n |
1011 sending unbundle command | 1011 sending unbundle command |
1061 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1061 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1062 i> flush() -> None | 1062 i> flush() -> None |
1063 o> readline() -> 62: | 1063 o> readline() -> 62: |
1064 o> upgraded * exp-ssh-v2-0001\n (glob) | 1064 o> upgraded * exp-ssh-v2-0001\n (glob) |
1065 o> readline() -> 4: | 1065 o> readline() -> 4: |
1066 o> 412\n | 1066 o> 426\n |
1067 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1067 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1068 o> read(1) -> 1: | 1068 o> read(1) -> 1: |
1069 o> \n | 1069 o> \n |
1070 sending unbundle command | 1070 sending unbundle command |
1071 i> write(9) -> 9: | 1071 i> write(9) -> 9: |
1072 i> unbundle\n | 1072 i> unbundle\n |
1131 i> between\n | 1131 i> between\n |
1132 i> pairs 81\n | 1132 i> pairs 81\n |
1133 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1133 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1134 i> flush() -> None | 1134 i> flush() -> None |
1135 o> readline() -> 4: | 1135 o> readline() -> 4: |
1136 o> 413\n | 1136 o> 427\n |
1137 o> readline() -> 413: | 1137 o> readline() -> 427: |
1138 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1138 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1139 o> readline() -> 2: | 1139 o> readline() -> 2: |
1140 o> 1\n | 1140 o> 1\n |
1141 o> readline() -> 1: | 1141 o> readline() -> 1: |
1142 o> \n | 1142 o> \n |
1143 sending unbundle command | 1143 sending unbundle command |
1193 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1193 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1194 i> flush() -> None | 1194 i> flush() -> None |
1195 o> readline() -> 62: | 1195 o> readline() -> 62: |
1196 o> upgraded * exp-ssh-v2-0001\n (glob) | 1196 o> upgraded * exp-ssh-v2-0001\n (glob) |
1197 o> readline() -> 4: | 1197 o> readline() -> 4: |
1198 o> 412\n | 1198 o> 426\n |
1199 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1199 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1200 o> read(1) -> 1: | 1200 o> read(1) -> 1: |
1201 o> \n | 1201 o> \n |
1202 sending unbundle command | 1202 sending unbundle command |
1203 i> write(9) -> 9: | 1203 i> write(9) -> 9: |
1204 i> unbundle\n | 1204 i> unbundle\n |
1269 i> between\n | 1269 i> between\n |
1270 i> pairs 81\n | 1270 i> pairs 81\n |
1271 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1271 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1272 i> flush() -> None | 1272 i> flush() -> None |
1273 o> readline() -> 4: | 1273 o> readline() -> 4: |
1274 o> 413\n | 1274 o> 427\n |
1275 o> readline() -> 413: | 1275 o> readline() -> 427: |
1276 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1276 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1277 o> readline() -> 2: | 1277 o> readline() -> 2: |
1278 o> 1\n | 1278 o> 1\n |
1279 o> readline() -> 1: | 1279 o> readline() -> 1: |
1280 o> \n | 1280 o> \n |
1281 sending unbundle command | 1281 sending unbundle command |
1329 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1329 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1330 i> flush() -> None | 1330 i> flush() -> None |
1331 o> readline() -> 62: | 1331 o> readline() -> 62: |
1332 o> upgraded * exp-ssh-v2-0001\n (glob) | 1332 o> upgraded * exp-ssh-v2-0001\n (glob) |
1333 o> readline() -> 4: | 1333 o> readline() -> 4: |
1334 o> 412\n | 1334 o> 426\n |
1335 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1335 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1336 o> read(1) -> 1: | 1336 o> read(1) -> 1: |
1337 o> \n | 1337 o> \n |
1338 sending unbundle command | 1338 sending unbundle command |
1339 i> write(9) -> 9: | 1339 i> write(9) -> 9: |
1340 i> unbundle\n | 1340 i> unbundle\n |
1398 i> between\n | 1398 i> between\n |
1399 i> pairs 81\n | 1399 i> pairs 81\n |
1400 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1400 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1401 i> flush() -> None | 1401 i> flush() -> None |
1402 o> readline() -> 4: | 1402 o> readline() -> 4: |
1403 o> 413\n | 1403 o> 427\n |
1404 o> readline() -> 413: | 1404 o> readline() -> 427: |
1405 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1405 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1406 o> readline() -> 2: | 1406 o> readline() -> 2: |
1407 o> 1\n | 1407 o> 1\n |
1408 o> readline() -> 1: | 1408 o> readline() -> 1: |
1409 o> \n | 1409 o> \n |
1410 sending unbundle command | 1410 sending unbundle command |
1458 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1458 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1459 i> flush() -> None | 1459 i> flush() -> None |
1460 o> readline() -> 62: | 1460 o> readline() -> 62: |
1461 o> upgraded * exp-ssh-v2-0001\n (glob) | 1461 o> upgraded * exp-ssh-v2-0001\n (glob) |
1462 o> readline() -> 4: | 1462 o> readline() -> 4: |
1463 o> 412\n | 1463 o> 426\n |
1464 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1464 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1465 o> read(1) -> 1: | 1465 o> read(1) -> 1: |
1466 o> \n | 1466 o> \n |
1467 sending unbundle command | 1467 sending unbundle command |
1468 i> write(9) -> 9: | 1468 i> write(9) -> 9: |
1469 i> unbundle\n | 1469 i> unbundle\n |
1529 i> between\n | 1529 i> between\n |
1530 i> pairs 81\n | 1530 i> pairs 81\n |
1531 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1531 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1532 i> flush() -> None | 1532 i> flush() -> None |
1533 o> readline() -> 4: | 1533 o> readline() -> 4: |
1534 o> 413\n | 1534 o> 427\n |
1535 o> readline() -> 413: | 1535 o> readline() -> 427: |
1536 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1536 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1537 o> readline() -> 2: | 1537 o> readline() -> 2: |
1538 o> 1\n | 1538 o> 1\n |
1539 o> readline() -> 1: | 1539 o> readline() -> 1: |
1540 o> \n | 1540 o> \n |
1541 sending unbundle command | 1541 sending unbundle command |
1591 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1591 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1592 i> flush() -> None | 1592 i> flush() -> None |
1593 o> readline() -> 62: | 1593 o> readline() -> 62: |
1594 o> upgraded * exp-ssh-v2-0001\n (glob) | 1594 o> upgraded * exp-ssh-v2-0001\n (glob) |
1595 o> readline() -> 4: | 1595 o> readline() -> 4: |
1596 o> 412\n | 1596 o> 426\n |
1597 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1597 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1598 o> read(1) -> 1: | 1598 o> read(1) -> 1: |
1599 o> \n | 1599 o> \n |
1600 sending unbundle command | 1600 sending unbundle command |
1601 i> write(9) -> 9: | 1601 i> write(9) -> 9: |
1602 i> unbundle\n | 1602 i> unbundle\n |
1670 i> between\n | 1670 i> between\n |
1671 i> pairs 81\n | 1671 i> pairs 81\n |
1672 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1672 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1673 i> flush() -> None | 1673 i> flush() -> None |
1674 o> readline() -> 4: | 1674 o> readline() -> 4: |
1675 o> 413\n | 1675 o> 427\n |
1676 o> readline() -> 413: | 1676 o> readline() -> 427: |
1677 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1677 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1678 o> readline() -> 2: | 1678 o> readline() -> 2: |
1679 o> 1\n | 1679 o> 1\n |
1680 o> readline() -> 1: | 1680 o> readline() -> 1: |
1681 o> \n | 1681 o> \n |
1682 sending unbundle command | 1682 sending unbundle command |
1736 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1736 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1737 i> flush() -> None | 1737 i> flush() -> None |
1738 o> readline() -> 62: | 1738 o> readline() -> 62: |
1739 o> upgraded * exp-ssh-v2-0001\n (glob) | 1739 o> upgraded * exp-ssh-v2-0001\n (glob) |
1740 o> readline() -> 4: | 1740 o> readline() -> 4: |
1741 o> 412\n | 1741 o> 426\n |
1742 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1742 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1743 o> read(1) -> 1: | 1743 o> read(1) -> 1: |
1744 o> \n | 1744 o> \n |
1745 sending unbundle command | 1745 sending unbundle command |
1746 i> write(9) -> 9: | 1746 i> write(9) -> 9: |
1747 i> unbundle\n | 1747 i> unbundle\n |
1810 i> between\n | 1810 i> between\n |
1811 i> pairs 81\n | 1811 i> pairs 81\n |
1812 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1812 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1813 i> flush() -> None | 1813 i> flush() -> None |
1814 o> readline() -> 4: | 1814 o> readline() -> 4: |
1815 o> 413\n | 1815 o> 427\n |
1816 o> readline() -> 413: | 1816 o> readline() -> 427: |
1817 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1817 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1818 o> readline() -> 2: | 1818 o> readline() -> 2: |
1819 o> 1\n | 1819 o> 1\n |
1820 o> readline() -> 1: | 1820 o> readline() -> 1: |
1821 o> \n | 1821 o> \n |
1822 sending unbundle command | 1822 sending unbundle command |
1865 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1865 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1866 i> flush() -> None | 1866 i> flush() -> None |
1867 o> readline() -> 62: | 1867 o> readline() -> 62: |
1868 o> upgraded * exp-ssh-v2-0001\n (glob) | 1868 o> upgraded * exp-ssh-v2-0001\n (glob) |
1869 o> readline() -> 4: | 1869 o> readline() -> 4: |
1870 o> 412\n | 1870 o> 426\n |
1871 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 1871 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
1872 o> read(1) -> 1: | 1872 o> read(1) -> 1: |
1873 o> \n | 1873 o> \n |
1874 sending unbundle command | 1874 sending unbundle command |
1875 i> write(9) -> 9: | 1875 i> write(9) -> 9: |
1876 i> unbundle\n | 1876 i> unbundle\n |
1940 i> between\n | 1940 i> between\n |
1941 i> pairs 81\n | 1941 i> pairs 81\n |
1942 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1942 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
1943 i> flush() -> None | 1943 i> flush() -> None |
1944 o> readline() -> 4: | 1944 o> readline() -> 4: |
1945 o> 413\n | 1945 o> 427\n |
1946 o> readline() -> 413: | 1946 o> readline() -> 427: |
1947 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n | 1947 o> capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash\n |
1948 o> readline() -> 2: | 1948 o> readline() -> 2: |
1949 o> 1\n | 1949 o> 1\n |
1950 o> readline() -> 1: | 1950 o> readline() -> 1: |
1951 o> \n | 1951 o> \n |
1952 sending unbundle command | 1952 sending unbundle command |
1999 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 | 1999 i> 0000000000000000000000000000000000000000-0000000000000000000000000000000000000000 |
2000 i> flush() -> None | 2000 i> flush() -> None |
2001 o> readline() -> 62: | 2001 o> readline() -> 62: |
2002 o> upgraded * exp-ssh-v2-0001\n (glob) | 2002 o> upgraded * exp-ssh-v2-0001\n (glob) |
2003 o> readline() -> 4: | 2003 o> readline() -> 4: |
2004 o> 412\n | 2004 o> 426\n |
2005 o> read(412) -> 412: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS_SERVER$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash | 2005 o> read(426) -> 426: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1 unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash |
2006 o> read(1) -> 1: | 2006 o> read(1) -> 1: |
2007 o> \n | 2007 o> \n |
2008 sending unbundle command | 2008 sending unbundle command |
2009 i> write(9) -> 9: | 2009 i> write(9) -> 9: |
2010 i> unbundle\n | 2010 i> unbundle\n |