##// END OF EJS Templates
configitems: enable changegroup3 by default (unless using infinitepush)...
Matt Harbison -
r51176:2cf264e9 default
parent child Browse files
Show More
@@ -969,7 +969,7 b' coreconfigitem('
969 coreconfigitem(
969 coreconfigitem(
970 b'experimental',
970 b'experimental',
971 b'changegroup3',
971 b'changegroup3',
972 default=False,
972 default=True,
973 )
973 )
974 coreconfigitem(
974 coreconfigitem(
975 b'experimental',
975 b'experimental',
@@ -10,7 +10,7 b' substitutions = ['
10 (
10 (
11 br'bundlecaps=HG20%2Cbundle2%3DHG20%250A'
11 br'bundlecaps=HG20%2Cbundle2%3DHG20%250A'
12 br'bookmarks%250A'
12 br'bookmarks%250A'
13 br'changegroup%253D01%252C02%250A'
13 br'changegroup%253D01%252C02%252C03%250A'
14 br'checkheads%253Drelated%250A'
14 br'checkheads%253Drelated%250A'
15 br'digests%253Dmd5%252Csha1%252Csha512%250A'
15 br'digests%253Dmd5%252Csha1%252Csha512%250A'
16 br'error%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250A'
16 br'error%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250A'
@@ -26,7 +26,7 b' substitutions = ['
26 (
26 (
27 br'bundlecaps=HG20%2Cbundle2%3DHG20%250A'
27 br'bundlecaps=HG20%2Cbundle2%3DHG20%250A'
28 br'bookmarks%250A'
28 br'bookmarks%250A'
29 br'changegroup%253D01%252C02%250A'
29 br'changegroup%253D01%252C02%252C03%250A'
30 br'checkheads%3Drelated%0A'
30 br'checkheads%3Drelated%0A'
31 br'digests%253Dmd5%252Csha1%252Csha512%250A'
31 br'digests%253Dmd5%252Csha1%252Csha512%250A'
32 br'error%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250A'
32 br'error%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250A'
@@ -42,7 +42,7 b' substitutions = ['
42 (
42 (
43 br'bundle2=HG20%0A'
43 br'bundle2=HG20%0A'
44 br'bookmarks%0A'
44 br'bookmarks%0A'
45 br'changegroup%3D01%2C02%0A'
45 br'changegroup%3D01%2C02%2C03%0A'
46 br'checkheads%3Drelated%0A'
46 br'checkheads%3Drelated%0A'
47 br'digests%3Dmd5%2Csha1%2Csha512%0A'
47 br'digests%3Dmd5%2Csha1%2Csha512%0A'
48 br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'
48 br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'
@@ -59,7 +59,7 b' substitutions = ['
59 (
59 (
60 br'bundle2=HG20%0A'
60 br'bundle2=HG20%0A'
61 br'bookmarks%0A'
61 br'bookmarks%0A'
62 br'changegroup%3D01%2C02%0A'
62 br'changegroup%3D01%2C02%2C03%0A'
63 br'checkheads%3Drelated%0A'
63 br'checkheads%3Drelated%0A'
64 br'digests%3Dmd5%2Csha1%2Csha512%0A'
64 br'digests%3Dmd5%2Csha1%2Csha512%0A'
65 br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'
65 br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'
@@ -74,7 +74,7 b' substitutions = ['
74 (
74 (
75 br'bundle2=HG20%0A'
75 br'bundle2=HG20%0A'
76 br'bookmarks%0A'
76 br'bookmarks%0A'
77 br'changegroup%3D01%2C02%0A'
77 br'changegroup%3D01%2C02%2C03%0A'
78 br'digests%3Dmd5%2Csha1%2Csha512%0A'
78 br'digests%3Dmd5%2Csha1%2Csha512%0A'
79 br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'
79 br'error%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0A'
80 br'hgtagsfnodes%0A'
80 br'hgtagsfnodes%0A'
@@ -109,7 +109,7 b' Extension disabled for lack of a hook'
109 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
109 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
110 911600dab2ae7a9baff75958b84fe606851ce955
110 911600dab2ae7a9baff75958b84fe606851ce955
111 bundle2-output-bundle: "HG20", 5 parts total
111 bundle2-output-bundle: "HG20", 5 parts total
112 bundle2-output-part: "replycaps" 207 bytes payload
112 bundle2-output-part: "replycaps" 210 bytes payload
113 bundle2-output-part: "check:phases" 24 bytes payload
113 bundle2-output-part: "check:phases" 24 bytes payload
114 bundle2-output-part: "check:updated-heads" streamed payload
114 bundle2-output-part: "check:updated-heads" streamed payload
115 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
115 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -175,7 +175,7 b' Extension disabled for lack of acl.sourc'
175 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
175 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
176 911600dab2ae7a9baff75958b84fe606851ce955
176 911600dab2ae7a9baff75958b84fe606851ce955
177 bundle2-output-bundle: "HG20", 5 parts total
177 bundle2-output-bundle: "HG20", 5 parts total
178 bundle2-output-part: "replycaps" 207 bytes payload
178 bundle2-output-part: "replycaps" 210 bytes payload
179 bundle2-output-part: "check:phases" 24 bytes payload
179 bundle2-output-part: "check:phases" 24 bytes payload
180 bundle2-output-part: "check:updated-heads" streamed payload
180 bundle2-output-part: "check:updated-heads" streamed payload
181 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
181 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -245,7 +245,7 b' No [acl.allow]/[acl.deny]'
245 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
245 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
246 911600dab2ae7a9baff75958b84fe606851ce955
246 911600dab2ae7a9baff75958b84fe606851ce955
247 bundle2-output-bundle: "HG20", 5 parts total
247 bundle2-output-bundle: "HG20", 5 parts total
248 bundle2-output-part: "replycaps" 207 bytes payload
248 bundle2-output-part: "replycaps" 210 bytes payload
249 bundle2-output-part: "check:phases" 24 bytes payload
249 bundle2-output-part: "check:phases" 24 bytes payload
250 bundle2-output-part: "check:updated-heads" streamed payload
250 bundle2-output-part: "check:updated-heads" streamed payload
251 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
251 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -325,7 +325,7 b' Empty [acl.allow]'
325 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
325 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
326 911600dab2ae7a9baff75958b84fe606851ce955
326 911600dab2ae7a9baff75958b84fe606851ce955
327 bundle2-output-bundle: "HG20", 5 parts total
327 bundle2-output-bundle: "HG20", 5 parts total
328 bundle2-output-part: "replycaps" 207 bytes payload
328 bundle2-output-part: "replycaps" 210 bytes payload
329 bundle2-output-part: "check:phases" 24 bytes payload
329 bundle2-output-part: "check:phases" 24 bytes payload
330 bundle2-output-part: "check:updated-heads" streamed payload
330 bundle2-output-part: "check:updated-heads" streamed payload
331 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
331 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -396,7 +396,7 b' fred is allowed inside foo/'
396 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
396 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
397 911600dab2ae7a9baff75958b84fe606851ce955
397 911600dab2ae7a9baff75958b84fe606851ce955
398 bundle2-output-bundle: "HG20", 5 parts total
398 bundle2-output-bundle: "HG20", 5 parts total
399 bundle2-output-part: "replycaps" 207 bytes payload
399 bundle2-output-part: "replycaps" 210 bytes payload
400 bundle2-output-part: "check:phases" 24 bytes payload
400 bundle2-output-part: "check:phases" 24 bytes payload
401 bundle2-output-part: "check:updated-heads" streamed payload
401 bundle2-output-part: "check:updated-heads" streamed payload
402 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
402 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -471,7 +471,7 b' Empty [acl.deny]'
471 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
471 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
472 911600dab2ae7a9baff75958b84fe606851ce955
472 911600dab2ae7a9baff75958b84fe606851ce955
473 bundle2-output-bundle: "HG20", 5 parts total
473 bundle2-output-bundle: "HG20", 5 parts total
474 bundle2-output-part: "replycaps" 207 bytes payload
474 bundle2-output-part: "replycaps" 210 bytes payload
475 bundle2-output-part: "check:phases" 24 bytes payload
475 bundle2-output-part: "check:phases" 24 bytes payload
476 bundle2-output-part: "check:updated-heads" streamed payload
476 bundle2-output-part: "check:updated-heads" streamed payload
477 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
477 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -543,7 +543,7 b' fred is allowed inside foo/, but not foo'
543 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
543 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
544 911600dab2ae7a9baff75958b84fe606851ce955
544 911600dab2ae7a9baff75958b84fe606851ce955
545 bundle2-output-bundle: "HG20", 5 parts total
545 bundle2-output-bundle: "HG20", 5 parts total
546 bundle2-output-part: "replycaps" 207 bytes payload
546 bundle2-output-part: "replycaps" 210 bytes payload
547 bundle2-output-part: "check:phases" 24 bytes payload
547 bundle2-output-part: "check:phases" 24 bytes payload
548 bundle2-output-part: "check:updated-heads" streamed payload
548 bundle2-output-part: "check:updated-heads" streamed payload
549 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
549 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -620,7 +620,7 b' fred is allowed inside foo/, but not foo'
620 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
620 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
621 911600dab2ae7a9baff75958b84fe606851ce955
621 911600dab2ae7a9baff75958b84fe606851ce955
622 bundle2-output-bundle: "HG20", 5 parts total
622 bundle2-output-bundle: "HG20", 5 parts total
623 bundle2-output-part: "replycaps" 207 bytes payload
623 bundle2-output-part: "replycaps" 210 bytes payload
624 bundle2-output-part: "check:phases" 24 bytes payload
624 bundle2-output-part: "check:phases" 24 bytes payload
625 bundle2-output-part: "check:updated-heads" streamed payload
625 bundle2-output-part: "check:updated-heads" streamed payload
626 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
626 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -694,7 +694,7 b' fred is allowed inside foo/, but not foo'
694 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
694 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
695 911600dab2ae7a9baff75958b84fe606851ce955
695 911600dab2ae7a9baff75958b84fe606851ce955
696 bundle2-output-bundle: "HG20", 5 parts total
696 bundle2-output-bundle: "HG20", 5 parts total
697 bundle2-output-part: "replycaps" 207 bytes payload
697 bundle2-output-part: "replycaps" 210 bytes payload
698 bundle2-output-part: "check:phases" 24 bytes payload
698 bundle2-output-part: "check:phases" 24 bytes payload
699 bundle2-output-part: "check:updated-heads" streamed payload
699 bundle2-output-part: "check:updated-heads" streamed payload
700 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
700 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -767,7 +767,7 b' fred is not blocked from moving bookmark'
767 list of changesets:
767 list of changesets:
768 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
768 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
769 bundle2-output-bundle: "HG20", 7 parts total
769 bundle2-output-bundle: "HG20", 7 parts total
770 bundle2-output-part: "replycaps" 207 bytes payload
770 bundle2-output-part: "replycaps" 210 bytes payload
771 bundle2-output-part: "check:bookmarks" 37 bytes payload
771 bundle2-output-part: "check:bookmarks" 37 bytes payload
772 bundle2-output-part: "check:phases" 24 bytes payload
772 bundle2-output-part: "check:phases" 24 bytes payload
773 bundle2-output-part: "check:updated-heads" streamed payload
773 bundle2-output-part: "check:updated-heads" streamed payload
@@ -856,7 +856,7 b' fred is not allowed to move bookmarks'
856 list of changesets:
856 list of changesets:
857 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
857 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
858 bundle2-output-bundle: "HG20", 7 parts total
858 bundle2-output-bundle: "HG20", 7 parts total
859 bundle2-output-part: "replycaps" 207 bytes payload
859 bundle2-output-part: "replycaps" 210 bytes payload
860 bundle2-output-part: "check:bookmarks" 37 bytes payload
860 bundle2-output-part: "check:bookmarks" 37 bytes payload
861 bundle2-output-part: "check:phases" 24 bytes payload
861 bundle2-output-part: "check:phases" 24 bytes payload
862 bundle2-output-part: "check:updated-heads" streamed payload
862 bundle2-output-part: "check:updated-heads" streamed payload
@@ -947,7 +947,7 b' barney is allowed everywhere'
947 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
947 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
948 911600dab2ae7a9baff75958b84fe606851ce955
948 911600dab2ae7a9baff75958b84fe606851ce955
949 bundle2-output-bundle: "HG20", 5 parts total
949 bundle2-output-bundle: "HG20", 5 parts total
950 bundle2-output-part: "replycaps" 207 bytes payload
950 bundle2-output-part: "replycaps" 210 bytes payload
951 bundle2-output-part: "check:phases" 24 bytes payload
951 bundle2-output-part: "check:phases" 24 bytes payload
952 bundle2-output-part: "check:updated-heads" streamed payload
952 bundle2-output-part: "check:updated-heads" streamed payload
953 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
953 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1033,7 +1033,7 b' wilma can change files with a .txt exten'
1033 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1033 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1034 911600dab2ae7a9baff75958b84fe606851ce955
1034 911600dab2ae7a9baff75958b84fe606851ce955
1035 bundle2-output-bundle: "HG20", 5 parts total
1035 bundle2-output-bundle: "HG20", 5 parts total
1036 bundle2-output-part: "replycaps" 207 bytes payload
1036 bundle2-output-part: "replycaps" 210 bytes payload
1037 bundle2-output-part: "check:phases" 24 bytes payload
1037 bundle2-output-part: "check:phases" 24 bytes payload
1038 bundle2-output-part: "check:updated-heads" streamed payload
1038 bundle2-output-part: "check:updated-heads" streamed payload
1039 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1039 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1117,7 +1117,7 b' file specified by acl.config does not ex'
1117 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1117 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1118 911600dab2ae7a9baff75958b84fe606851ce955
1118 911600dab2ae7a9baff75958b84fe606851ce955
1119 bundle2-output-bundle: "HG20", 5 parts total
1119 bundle2-output-bundle: "HG20", 5 parts total
1120 bundle2-output-part: "replycaps" 207 bytes payload
1120 bundle2-output-part: "replycaps" 210 bytes payload
1121 bundle2-output-part: "check:phases" 24 bytes payload
1121 bundle2-output-part: "check:phases" 24 bytes payload
1122 bundle2-output-part: "check:updated-heads" streamed payload
1122 bundle2-output-part: "check:updated-heads" streamed payload
1123 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1123 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1195,7 +1195,7 b' betty is allowed inside foo/ by a acl.co'
1195 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1195 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1196 911600dab2ae7a9baff75958b84fe606851ce955
1196 911600dab2ae7a9baff75958b84fe606851ce955
1197 bundle2-output-bundle: "HG20", 5 parts total
1197 bundle2-output-bundle: "HG20", 5 parts total
1198 bundle2-output-part: "replycaps" 207 bytes payload
1198 bundle2-output-part: "replycaps" 210 bytes payload
1199 bundle2-output-part: "check:phases" 24 bytes payload
1199 bundle2-output-part: "check:phases" 24 bytes payload
1200 bundle2-output-part: "check:updated-heads" streamed payload
1200 bundle2-output-part: "check:updated-heads" streamed payload
1201 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1201 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1284,7 +1284,7 b' acl.config can set only [acl.allow]/[acl'
1284 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1284 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1285 911600dab2ae7a9baff75958b84fe606851ce955
1285 911600dab2ae7a9baff75958b84fe606851ce955
1286 bundle2-output-bundle: "HG20", 5 parts total
1286 bundle2-output-bundle: "HG20", 5 parts total
1287 bundle2-output-part: "replycaps" 207 bytes payload
1287 bundle2-output-part: "replycaps" 210 bytes payload
1288 bundle2-output-part: "check:phases" 24 bytes payload
1288 bundle2-output-part: "check:phases" 24 bytes payload
1289 bundle2-output-part: "check:updated-heads" streamed payload
1289 bundle2-output-part: "check:updated-heads" streamed payload
1290 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1290 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1374,7 +1374,7 b' fred is always allowed'
1374 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1374 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1375 911600dab2ae7a9baff75958b84fe606851ce955
1375 911600dab2ae7a9baff75958b84fe606851ce955
1376 bundle2-output-bundle: "HG20", 5 parts total
1376 bundle2-output-bundle: "HG20", 5 parts total
1377 bundle2-output-part: "replycaps" 207 bytes payload
1377 bundle2-output-part: "replycaps" 210 bytes payload
1378 bundle2-output-part: "check:phases" 24 bytes payload
1378 bundle2-output-part: "check:phases" 24 bytes payload
1379 bundle2-output-part: "check:updated-heads" streamed payload
1379 bundle2-output-part: "check:updated-heads" streamed payload
1380 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1380 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1461,7 +1461,7 b' no one is allowed inside foo/Bar/'
1461 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1461 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1462 911600dab2ae7a9baff75958b84fe606851ce955
1462 911600dab2ae7a9baff75958b84fe606851ce955
1463 bundle2-output-bundle: "HG20", 5 parts total
1463 bundle2-output-bundle: "HG20", 5 parts total
1464 bundle2-output-part: "replycaps" 207 bytes payload
1464 bundle2-output-part: "replycaps" 210 bytes payload
1465 bundle2-output-part: "check:phases" 24 bytes payload
1465 bundle2-output-part: "check:phases" 24 bytes payload
1466 bundle2-output-part: "check:updated-heads" streamed payload
1466 bundle2-output-part: "check:updated-heads" streamed payload
1467 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1467 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1544,7 +1544,7 b' OS-level groups'
1544 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1544 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1545 911600dab2ae7a9baff75958b84fe606851ce955
1545 911600dab2ae7a9baff75958b84fe606851ce955
1546 bundle2-output-bundle: "HG20", 5 parts total
1546 bundle2-output-bundle: "HG20", 5 parts total
1547 bundle2-output-part: "replycaps" 207 bytes payload
1547 bundle2-output-part: "replycaps" 210 bytes payload
1548 bundle2-output-part: "check:phases" 24 bytes payload
1548 bundle2-output-part: "check:phases" 24 bytes payload
1549 bundle2-output-part: "check:updated-heads" streamed payload
1549 bundle2-output-part: "check:updated-heads" streamed payload
1550 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1550 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1631,7 +1631,7 b' OS-level groups'
1631 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1631 f9cafe1212c8c6fa1120d14a556e18cc44ff8bdd
1632 911600dab2ae7a9baff75958b84fe606851ce955
1632 911600dab2ae7a9baff75958b84fe606851ce955
1633 bundle2-output-bundle: "HG20", 5 parts total
1633 bundle2-output-bundle: "HG20", 5 parts total
1634 bundle2-output-part: "replycaps" 207 bytes payload
1634 bundle2-output-part: "replycaps" 210 bytes payload
1635 bundle2-output-part: "check:phases" 24 bytes payload
1635 bundle2-output-part: "check:phases" 24 bytes payload
1636 bundle2-output-part: "check:updated-heads" streamed payload
1636 bundle2-output-part: "check:updated-heads" streamed payload
1637 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1637 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1754,7 +1754,7 b' No branch acls specified'
1754 911600dab2ae7a9baff75958b84fe606851ce955
1754 911600dab2ae7a9baff75958b84fe606851ce955
1755 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1755 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1756 bundle2-output-bundle: "HG20", 5 parts total
1756 bundle2-output-bundle: "HG20", 5 parts total
1757 bundle2-output-part: "replycaps" 207 bytes payload
1757 bundle2-output-part: "replycaps" 210 bytes payload
1758 bundle2-output-part: "check:phases" 48 bytes payload
1758 bundle2-output-part: "check:phases" 48 bytes payload
1759 bundle2-output-part: "check:updated-heads" streamed payload
1759 bundle2-output-part: "check:updated-heads" streamed payload
1760 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1760 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1841,7 +1841,7 b' Branch acl deny test'
1841 911600dab2ae7a9baff75958b84fe606851ce955
1841 911600dab2ae7a9baff75958b84fe606851ce955
1842 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1842 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1843 bundle2-output-bundle: "HG20", 5 parts total
1843 bundle2-output-bundle: "HG20", 5 parts total
1844 bundle2-output-part: "replycaps" 207 bytes payload
1844 bundle2-output-part: "replycaps" 210 bytes payload
1845 bundle2-output-part: "check:phases" 48 bytes payload
1845 bundle2-output-part: "check:phases" 48 bytes payload
1846 bundle2-output-part: "check:updated-heads" streamed payload
1846 bundle2-output-part: "check:updated-heads" streamed payload
1847 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1847 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1919,7 +1919,7 b' Branch acl empty allow test'
1919 911600dab2ae7a9baff75958b84fe606851ce955
1919 911600dab2ae7a9baff75958b84fe606851ce955
1920 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1920 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1921 bundle2-output-bundle: "HG20", 5 parts total
1921 bundle2-output-bundle: "HG20", 5 parts total
1922 bundle2-output-part: "replycaps" 207 bytes payload
1922 bundle2-output-part: "replycaps" 210 bytes payload
1923 bundle2-output-part: "check:phases" 48 bytes payload
1923 bundle2-output-part: "check:phases" 48 bytes payload
1924 bundle2-output-part: "check:updated-heads" streamed payload
1924 bundle2-output-part: "check:updated-heads" streamed payload
1925 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1925 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -1993,7 +1993,7 b' Branch acl allow other'
1993 911600dab2ae7a9baff75958b84fe606851ce955
1993 911600dab2ae7a9baff75958b84fe606851ce955
1994 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1994 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
1995 bundle2-output-bundle: "HG20", 5 parts total
1995 bundle2-output-bundle: "HG20", 5 parts total
1996 bundle2-output-part: "replycaps" 207 bytes payload
1996 bundle2-output-part: "replycaps" 210 bytes payload
1997 bundle2-output-part: "check:phases" 48 bytes payload
1997 bundle2-output-part: "check:phases" 48 bytes payload
1998 bundle2-output-part: "check:updated-heads" streamed payload
1998 bundle2-output-part: "check:updated-heads" streamed payload
1999 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
1999 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -2061,7 +2061,7 b' Branch acl allow other'
2061 911600dab2ae7a9baff75958b84fe606851ce955
2061 911600dab2ae7a9baff75958b84fe606851ce955
2062 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2062 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2063 bundle2-output-bundle: "HG20", 5 parts total
2063 bundle2-output-bundle: "HG20", 5 parts total
2064 bundle2-output-part: "replycaps" 207 bytes payload
2064 bundle2-output-part: "replycaps" 210 bytes payload
2065 bundle2-output-part: "check:phases" 48 bytes payload
2065 bundle2-output-part: "check:phases" 48 bytes payload
2066 bundle2-output-part: "check:updated-heads" streamed payload
2066 bundle2-output-part: "check:updated-heads" streamed payload
2067 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
2067 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -2153,7 +2153,7 b' push foobar into the remote'
2153 911600dab2ae7a9baff75958b84fe606851ce955
2153 911600dab2ae7a9baff75958b84fe606851ce955
2154 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2154 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2155 bundle2-output-bundle: "HG20", 5 parts total
2155 bundle2-output-bundle: "HG20", 5 parts total
2156 bundle2-output-part: "replycaps" 207 bytes payload
2156 bundle2-output-part: "replycaps" 210 bytes payload
2157 bundle2-output-part: "check:phases" 48 bytes payload
2157 bundle2-output-part: "check:phases" 48 bytes payload
2158 bundle2-output-part: "check:updated-heads" streamed payload
2158 bundle2-output-part: "check:updated-heads" streamed payload
2159 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
2159 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -2244,7 +2244,7 b' Branch acl conflicting deny'
2244 911600dab2ae7a9baff75958b84fe606851ce955
2244 911600dab2ae7a9baff75958b84fe606851ce955
2245 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2245 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2246 bundle2-output-bundle: "HG20", 5 parts total
2246 bundle2-output-bundle: "HG20", 5 parts total
2247 bundle2-output-part: "replycaps" 207 bytes payload
2247 bundle2-output-part: "replycaps" 210 bytes payload
2248 bundle2-output-part: "check:phases" 48 bytes payload
2248 bundle2-output-part: "check:phases" 48 bytes payload
2249 bundle2-output-part: "check:updated-heads" streamed payload
2249 bundle2-output-part: "check:updated-heads" streamed payload
2250 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
2250 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -2317,7 +2317,7 b" User 'astro' must not be denied"
2317 911600dab2ae7a9baff75958b84fe606851ce955
2317 911600dab2ae7a9baff75958b84fe606851ce955
2318 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2318 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2319 bundle2-output-bundle: "HG20", 5 parts total
2319 bundle2-output-bundle: "HG20", 5 parts total
2320 bundle2-output-part: "replycaps" 207 bytes payload
2320 bundle2-output-part: "replycaps" 210 bytes payload
2321 bundle2-output-part: "check:phases" 48 bytes payload
2321 bundle2-output-part: "check:phases" 48 bytes payload
2322 bundle2-output-part: "check:updated-heads" streamed payload
2322 bundle2-output-part: "check:updated-heads" streamed payload
2323 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
2323 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -2402,7 +2402,7 b' Non-astro users must be denied'
2402 911600dab2ae7a9baff75958b84fe606851ce955
2402 911600dab2ae7a9baff75958b84fe606851ce955
2403 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2403 e8fc755d4d8217ee5b0c2bb41558c40d43b92c01
2404 bundle2-output-bundle: "HG20", 5 parts total
2404 bundle2-output-bundle: "HG20", 5 parts total
2405 bundle2-output-part: "replycaps" 207 bytes payload
2405 bundle2-output-part: "replycaps" 210 bytes payload
2406 bundle2-output-part: "check:phases" 48 bytes payload
2406 bundle2-output-part: "check:phases" 48 bytes payload
2407 bundle2-output-part: "check:updated-heads" streamed payload
2407 bundle2-output-part: "check:updated-heads" streamed payload
2408 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
2408 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
@@ -129,10 +129,10 b' delete a remote bookmark'
129 bundle2-output: bundle parameter:
129 bundle2-output: bundle parameter:
130 bundle2-output: start of parts
130 bundle2-output: start of parts
131 bundle2-output: bundle part: "replycaps"
131 bundle2-output: bundle part: "replycaps"
132 bundle2-output-part: "replycaps" 224 bytes payload
132 bundle2-output-part: "replycaps" 227 bytes payload
133 bundle2-output: part 0: "REPLYCAPS"
133 bundle2-output: part 0: "REPLYCAPS"
134 bundle2-output: header chunk size: 16
134 bundle2-output: header chunk size: 16
135 bundle2-output: payload chunk size: 224
135 bundle2-output: payload chunk size: 227
136 bundle2-output: closing payload chunk
136 bundle2-output: closing payload chunk
137 bundle2-output: bundle part: "check:bookmarks"
137 bundle2-output: bundle part: "check:bookmarks"
138 bundle2-output-part: "check:bookmarks" 23 bytes payload
138 bundle2-output-part: "check:bookmarks" 23 bytes payload
@@ -162,9 +162,9 b' delete a remote bookmark'
162 bundle2-input: part parameters: 0
162 bundle2-input: part parameters: 0
163 bundle2-input: found a handler for part replycaps
163 bundle2-input: found a handler for part replycaps
164 bundle2-input-part: "replycaps" supported
164 bundle2-input-part: "replycaps" supported
165 bundle2-input: payload chunk size: 224
165 bundle2-input: payload chunk size: 227
166 bundle2-input: payload chunk size: 0
166 bundle2-input: payload chunk size: 0
167 bundle2-input-part: total payload size 224
167 bundle2-input-part: total payload size 227
168 bundle2-input: part header size: 22
168 bundle2-input: part header size: 22
169 bundle2-input: part type: "CHECK:BOOKMARKS"
169 bundle2-input: part type: "CHECK:BOOKMARKS"
170 bundle2-input: part id: "1"
170 bundle2-input: part id: "1"
@@ -241,10 +241,10 b' delete a remote bookmark'
241 bundle2-output: bundle parameter:
241 bundle2-output: bundle parameter:
242 bundle2-output: start of parts
242 bundle2-output: start of parts
243 bundle2-output: bundle part: "replycaps"
243 bundle2-output: bundle part: "replycaps"
244 bundle2-output-part: "replycaps" 224 bytes payload
244 bundle2-output-part: "replycaps" 227 bytes payload
245 bundle2-output: part 0: "REPLYCAPS"
245 bundle2-output: part 0: "REPLYCAPS"
246 bundle2-output: header chunk size: 16
246 bundle2-output: header chunk size: 16
247 bundle2-output: payload chunk size: 224
247 bundle2-output: payload chunk size: 227
248 bundle2-output: closing payload chunk
248 bundle2-output: closing payload chunk
249 bundle2-output: bundle part: "check:bookmarks"
249 bundle2-output: bundle part: "check:bookmarks"
250 bundle2-output-part: "check:bookmarks" 23 bytes payload
250 bundle2-output-part: "check:bookmarks" 23 bytes payload
@@ -275,9 +275,9 b' delete a remote bookmark'
275 bundle2-input: part parameters: 0
275 bundle2-input: part parameters: 0
276 bundle2-input: found a handler for part replycaps
276 bundle2-input: found a handler for part replycaps
277 bundle2-input-part: "replycaps" supported
277 bundle2-input-part: "replycaps" supported
278 bundle2-input: payload chunk size: 224
278 bundle2-input: payload chunk size: 227
279 bundle2-input: payload chunk size: 0
279 bundle2-input: payload chunk size: 0
280 bundle2-input-part: total payload size 224
280 bundle2-input-part: total payload size 227
281 bundle2-input: part header size: 22
281 bundle2-input: part header size: 22
282 bundle2-input: part type: "CHECK:BOOKMARKS"
282 bundle2-input: part type: "CHECK:BOOKMARKS"
283 bundle2-input: part id: "1"
283 bundle2-input: part id: "1"
@@ -128,6 +128,7 b' Cannot stream clone when server.uncompre'
128 changegroup
128 changegroup
129 01
129 01
130 02
130 02
131 03
131 checkheads
132 checkheads
132 related
133 related
133 digests
134 digests
@@ -157,7 +158,7 b' Cannot stream clone when server.uncompre'
157 added 3 changesets with 1088 changes to 1088 files
158 added 3 changesets with 1088 changes to 1088 files
158 new changesets 96ee1d7354c4:5223b5e3265f
159 new changesets 96ee1d7354c4:5223b5e3265f
159
160
160 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=getbundle' content-type --bodyfile body --hgproto 0.2 --requestheader "x-hgarg-1=bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=0&common=0000000000000000000000000000000000000000&heads=c17445101a72edac06facd130d14808dfbd5c7c2&stream=1"
161 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=getbundle' content-type --bodyfile body --hgproto 0.2 --requestheader "x-hgarg-1=bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=0&common=0000000000000000000000000000000000000000&heads=c17445101a72edac06facd130d14808dfbd5c7c2&stream=1"
161 200 Script output follows
162 200 Script output follows
162 content-type: application/mercurial-0.2
163 content-type: application/mercurial-0.2
163
164
@@ -195,6 +196,7 b' Cannot stream clone when server.uncompre'
195 changegroup
196 changegroup
196 01
197 01
197 02
198 02
199 03
198 checkheads
200 checkheads
199 related
201 related
200 digests
202 digests
@@ -224,7 +226,7 b' Cannot stream clone when server.uncompre'
224 added 3 changesets with 1088 changes to 1088 files
226 added 3 changesets with 1088 changes to 1088 files
225 new changesets 96ee1d7354c4:5223b5e3265f
227 new changesets 96ee1d7354c4:5223b5e3265f
226
228
227 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=getbundle' content-type --bodyfile body --hgproto 0.2 --requestheader "x-hgarg-1=bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=0&common=0000000000000000000000000000000000000000&heads=c17445101a72edac06facd130d14808dfbd5c7c2&stream=1"
229 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=getbundle' content-type --bodyfile body --hgproto 0.2 --requestheader "x-hgarg-1=bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=0&common=0000000000000000000000000000000000000000&heads=c17445101a72edac06facd130d14808dfbd5c7c2&stream=1"
228 200 Script output follows
230 200 Script output follows
229 content-type: application/mercurial-0.2
231 content-type: application/mercurial-0.2
230
232
@@ -284,7 +286,7 b' Basic clone'
284
286
285 getbundle requests with stream=1 are uncompressed
287 getbundle requests with stream=1 are uncompressed
286
288
287 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=getbundle' content-type --bodyfile body --hgproto '0.1 0.2 comp=zlib,none' --requestheader "x-hgarg-1=bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=0&common=0000000000000000000000000000000000000000&heads=c17445101a72edac06facd130d14808dfbd5c7c2&stream=1"
289 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=getbundle' content-type --bodyfile body --hgproto '0.1 0.2 comp=zlib,none' --requestheader "x-hgarg-1=bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=0&common=0000000000000000000000000000000000000000&heads=c17445101a72edac06facd130d14808dfbd5c7c2&stream=1"
288 200 Script output follows
290 200 Script output follows
289 content-type: application/mercurial-0.2
291 content-type: application/mercurial-0.2
290
292
@@ -587,7 +587,7 b' on a 32MB system.'
587 adding file changes
587 adding file changes
588 adding bar revisions
588 adding bar revisions
589 adding foo revisions
589 adding foo revisions
590 bundle2-input-part: total payload size 920
590 bundle2-input-part: total payload size 936
591 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
591 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
592 bundle2-input-part: "phase-heads" supported
592 bundle2-input-part: "phase-heads" supported
593 bundle2-input-part: total payload size 24
593 bundle2-input-part: total payload size 24
@@ -121,15 +121,15 b' No changes, just a different message:'
121 committing changelog
121 committing changelog
122 1 changesets found
122 1 changesets found
123 uncompressed size of bundle content:
123 uncompressed size of bundle content:
124 254 (changelog)
124 256 (changelog)
125 163 (manifests)
125 165 (manifests)
126 133 a
126 135 a
127 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/47343646fa3d-c2758885-amend.hg
127 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/47343646fa3d-c2758885-amend.hg
128 1 changesets found
128 1 changesets found
129 uncompressed size of bundle content:
129 uncompressed size of bundle content:
130 250 (changelog)
130 252 (changelog)
131 163 (manifests)
131 165 (manifests)
132 133 a
132 135 a
133 adding branch
133 adding branch
134 adding changesets
134 adding changesets
135 adding manifests
135 adding manifests
@@ -265,15 +265,15 b' then, test editing custom commit message'
265 committing changelog
265 committing changelog
266 1 changesets found
266 1 changesets found
267 uncompressed size of bundle content:
267 uncompressed size of bundle content:
268 249 (changelog)
268 251 (changelog)
269 163 (manifests)
269 165 (manifests)
270 135 a
270 137 a
271 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/a9a13940fc03-7c2e8674-amend.hg
271 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/a9a13940fc03-7c2e8674-amend.hg
272 1 changesets found
272 1 changesets found
273 uncompressed size of bundle content:
273 uncompressed size of bundle content:
274 257 (changelog)
274 259 (changelog)
275 163 (manifests)
275 165 (manifests)
276 135 a
276 137 a
277 adding branch
277 adding branch
278 adding changesets
278 adding changesets
279 adding manifests
279 adding manifests
@@ -301,15 +301,15 b' Same, but with changes in working dir (d'
301 committing changelog
301 committing changelog
302 1 changesets found
302 1 changesets found
303 uncompressed size of bundle content:
303 uncompressed size of bundle content:
304 257 (changelog)
304 259 (changelog)
305 163 (manifests)
305 165 (manifests)
306 135 a
306 137 a
307 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/64a124ba1b44-10374b8f-amend.hg
307 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/64a124ba1b44-10374b8f-amend.hg
308 1 changesets found
308 1 changesets found
309 uncompressed size of bundle content:
309 uncompressed size of bundle content:
310 257 (changelog)
310 259 (changelog)
311 163 (manifests)
311 165 (manifests)
312 137 a
312 139 a
313 adding branch
313 adding branch
314 adding changesets
314 adding changesets
315 adding manifests
315 adding manifests
@@ -636,6 +636,7 b' Test debugcapabilities command:'
636 changegroup
636 changegroup
637 01
637 01
638 02
638 02
639 03
639 checkheads
640 checkheads
640 related
641 related
641 digests
642 digests
@@ -673,7 +674,7 b' Test debugpeer'
673 devel-peer-request: pairs: 81 bytes
674 devel-peer-request: pairs: 81 bytes
674 sending hello command
675 sending hello command
675 sending between command
676 sending between command
676 remote: 468
677 remote: 473
677 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlog-compression-zstd,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
678 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlog-compression-zstd,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
678 remote: 1
679 remote: 1
679 devel-peer-request: protocaps
680 devel-peer-request: protocaps
@@ -693,7 +694,7 b' Test debugpeer'
693 devel-peer-request: pairs: 81 bytes
694 devel-peer-request: pairs: 81 bytes
694 sending hello command
695 sending hello command
695 sending between command
696 sending between command
696 remote: 468
697 remote: 473
697 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlog-compression-zstd,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
698 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlog-compression-zstd,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
698 remote: 1
699 remote: 1
699 devel-peer-request: protocaps
700 devel-peer-request: protocaps
@@ -713,7 +714,7 b' Test debugpeer'
713 devel-peer-request: pairs: 81 bytes
714 devel-peer-request: pairs: 81 bytes
714 sending hello command
715 sending hello command
715 sending between command
716 sending between command
716 remote: 444
717 remote: 449
717 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
718 remote: capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
718 remote: 1
719 remote: 1
719 devel-peer-request: protocaps
720 devel-peer-request: protocaps
@@ -163,7 +163,7 b' Test that strip bundle use bundle2'
163 saved backup bundle to $TESTTMP/aggressive/.hg/strip-backup/1c5d4dc9a8b8-6c68e60c-backup.hg
163 saved backup bundle to $TESTTMP/aggressive/.hg/strip-backup/1c5d4dc9a8b8-6c68e60c-backup.hg
164 $ hg debugbundle .hg/strip-backup/*
164 $ hg debugbundle .hg/strip-backup/*
165 Stream params: {Compression: BZ}
165 Stream params: {Compression: BZ}
166 changegroup -- {nbchanges: 1, version: 02} (mandatory: True)
166 changegroup -- {nbchanges: 1, version: 03} (mandatory: True)
167 1c5d4dc9a8b8d6e1750966d343e94db665e7a1e9
167 1c5d4dc9a8b8d6e1750966d343e94db665e7a1e9
168 cache:rev-branch-cache -- {} (mandatory: False)
168 cache:rev-branch-cache -- {} (mandatory: False)
169 phase-heads -- {} (mandatory: True)
169 phase-heads -- {} (mandatory: True)
@@ -153,7 +153,7 b' Failure to read getbundle HTTP request'
153
153
154 $ hg serve \
154 $ hg serve \
155 > --config badserver.close-after-recv-patterns="GET /\?cmd=batch,user-agent: mercurial/proto-1.0,GET /\?cmd=getbundle" \
155 > --config badserver.close-after-recv-patterns="GET /\?cmd=batch,user-agent: mercurial/proto-1.0,GET /\?cmd=getbundle" \
156 > --config badserver.close-after-recv-bytes=110,26,274 \
156 > --config badserver.close-after-recv-bytes=110,26,281 \
157 > -p $HGPORT -d --pid-file=hg.pid -E error.log
157 > -p $HGPORT -d --pid-file=hg.pid -E error.log
158 $ cat hg.pid > $DAEMON_PIDS
158 $ cat hg.pid > $DAEMON_PIDS
159 $ hg clone http://localhost:$HGPORT/ clone
159 $ hg clone http://localhost:$HGPORT/ clone
@@ -198,9 +198,9 b' Failure to read getbundle HTTP request'
198 readline(24 from ~) -> (*) GET /?cmd=getbundle HTTP* (glob)
198 readline(24 from ~) -> (*) GET /?cmd=getbundle HTTP* (glob)
199 read limit reached; closing socket
199 read limit reached; closing socket
200 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
200 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
201 readline(274 from *) -> (27) Accept-Encoding: identity\r\n (glob)
201 readline(281 from *) -> (27) Accept-Encoding: identity\r\n (glob)
202 readline(247 from *) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
202 readline(254 from *) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
203 readline(218 from *) -> (218) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtag (glob)
203 readline(225 from *) -> (225) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtag (glob)
204 read limit reached; closing socket
204 read limit reached; closing socket
205
205
206 $ rm -f error.log
206 $ rm -f error.log
@@ -473,7 +473,7 b' TODO this output is terrible'
473 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
473 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
474 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
474 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
475 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
475 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
476 readline(*) -> (440) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n (glob)
476 readline(*) -> (447) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n (glob)
477 readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull\r\n (glob)
477 readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull\r\n (glob)
478 readline(*) -> (35) accept: application/mercurial-0.1\r\n (glob)
478 readline(*) -> (35) accept: application/mercurial-0.1\r\n (glob)
479 readline(*) -> (2?) host: localhost:$HGPORT\r\n (glob)
479 readline(*) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -571,7 +571,7 b' Server sends empty HTTP body for getbund'
571 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
571 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
572 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
572 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
573 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
573 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
574 readline(*) -> (440) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n (glob)
574 readline(*) -> (447) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n (glob)
575 readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull\r\n (glob)
575 readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull\r\n (glob)
576 readline(*) -> (35) accept: application/mercurial-0.1\r\n (glob)
576 readline(*) -> (35) accept: application/mercurial-0.1\r\n (glob)
577 readline(*) -> (2?) host: localhost:$HGPORT\r\n (glob)
577 readline(*) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -630,7 +630,7 b' Server sends partial compression string'
630 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
630 readline(~) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
631 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
631 readline(*) -> (27) Accept-Encoding: identity\r\n (glob)
632 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
632 readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
633 readline(*) -> (440) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n (glob)
633 readline(*) -> (447) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n (glob)
634 readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull\r\n (glob)
634 readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull\r\n (glob)
635 readline(*) -> (35) accept: application/mercurial-0.1\r\n (glob)
635 readline(*) -> (35) accept: application/mercurial-0.1\r\n (glob)
636 readline(*) -> (2?) host: localhost:$HGPORT\r\n (glob)
636 readline(*) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -841,7 +841,7 b' Server stops sending after bundle2 part '
841 ----------------------------------------------
841 ----------------------------------------------
842
842
843 $ hg serve \
843 $ hg serve \
844 > --config badserver.close-after-send-patterns="version02nbchanges1\\r\\n" \
844 > --config badserver.close-after-send-patterns="version03nbchanges1\\r\\n" \
845 > -p $HGPORT -d --pid-file=hg.pid -E error.log
845 > -p $HGPORT -d --pid-file=hg.pid -E error.log
846 $ cat hg.pid > $DAEMON_PIDS
846 $ cat hg.pid > $DAEMON_PIDS
847
847
@@ -864,7 +864,7 b' Server stops sending after bundle2 part '
864 sendall(9) -> 4\r\nHG20\r\n
864 sendall(9) -> 4\r\nHG20\r\n
865 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
865 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
866 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
866 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
867 sendall(47 from 47) -> (0) 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
867 sendall(47 from 47) -> (0) 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
868 write limit reached; closing socket
868 write limit reached; closing socket
869 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
869 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
870 Traceback (most recent call last):
870 Traceback (most recent call last):
@@ -881,7 +881,7 b' Server stops sending after bundle2 part '
881 write(9) -> 4\r\nHG20\r\n
881 write(9) -> 4\r\nHG20\r\n
882 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
882 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
883 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
883 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
884 write(47 from 47) -> (0) 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
884 write(47 from 47) -> (0) 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
885 write limit reached; closing socket
885 write limit reached; closing socket
886 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
886 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
887 Traceback (most recent call last):
887 Traceback (most recent call last):
@@ -895,7 +895,7 b' Server stops after bundle2 part payload '
895 --------------------------------------------------
895 --------------------------------------------------
896
896
897 $ hg serve \
897 $ hg serve \
898 > --config badserver.close-after-send-patterns='1d2\r\n.......' \
898 > --config badserver.close-after-send-patterns='1dc\r\n.......' \
899 > -p $HGPORT -d --pid-file=hg.pid -E error.log
899 > -p $HGPORT -d --pid-file=hg.pid -E error.log
900 $ cat hg.pid > $DAEMON_PIDS
900 $ cat hg.pid > $DAEMON_PIDS
901
901
@@ -918,9 +918,9 b' Server stops after bundle2 part payload '
918 sendall(9) -> 4\r\nHG20\r\n
918 sendall(9) -> 4\r\nHG20\r\n
919 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
919 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
920 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
920 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
921 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
921 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
922 sendall(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
922 sendall(9) -> 4\\r\\n\x00\x00\x01\xdc\\r\\n (esc)
923 sendall(12 from 473) -> (0) 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1d (esc)
923 sendall(12 from 483) -> (0) 1dc\\r\\n\x00\x00\x00\xb4\x96\xee\x1d (esc)
924 write limit reached; closing socket
924 write limit reached; closing socket
925 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
925 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
926 Traceback (most recent call last):
926 Traceback (most recent call last):
@@ -936,9 +936,9 b' Server stops after bundle2 part payload '
936 write(9) -> 4\r\nHG20\r\n
936 write(9) -> 4\r\nHG20\r\n
937 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
937 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
938 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
938 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
939 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
939 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
940 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
940 write(9) -> 4\\r\\n\x00\x00\x01\xdc\\r\\n (esc)
941 write(12 from 473) -> (0) 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1d (esc)
941 write(12 from 483) -> (0) 1dc\\r\\n\x00\x00\x00\xb4\x96\xee\x1d (esc)
942 write limit reached; closing socket
942 write limit reached; closing socket
943 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
943 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
944 Traceback (most recent call last):
944 Traceback (most recent call last):
@@ -952,7 +952,7 b' Server stops sending in middle of bundle'
952 -------------------------------------------------------
952 -------------------------------------------------------
953
953
954 $ hg serve \
954 $ hg serve \
955 > --config badserver.close-after-send-patterns=':jL\0\0\x00\0\0\0\0\0\r\n' \
955 > --config badserver.close-after-send-patterns=':jL\0\0\x00\0\0\0\0\0\0\0\r\n' \
956 > -p $HGPORT -d --pid-file=hg.pid -E error.log
956 > -p $HGPORT -d --pid-file=hg.pid -E error.log
957 $ cat hg.pid > $DAEMON_PIDS
957 $ cat hg.pid > $DAEMON_PIDS
958
958
@@ -975,9 +975,9 b' Server stops sending in middle of bundle'
975 sendall(9) -> 4\r\nHG20\r\n
975 sendall(9) -> 4\r\nHG20\r\n
976 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
976 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
977 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
977 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
978 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
978 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
979 sendall(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
979 sendall(9) -> 4\\r\\n\x00\x00\x01\xdc\\r\\n (esc)
980 sendall(473 from 473) -> (0) 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
980 sendall(483 from 483) -> (0) 1dc\\r\\n\x00\x00\x00\xb4\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa3j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00j\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
981 write limit reached; closing socket
981 write limit reached; closing socket
982 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
982 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
983 Traceback (most recent call last):
983 Traceback (most recent call last):
@@ -994,9 +994,9 b' Server stops sending in middle of bundle'
994 write(9) -> 4\r\nHG20\r\n
994 write(9) -> 4\r\nHG20\r\n
995 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
995 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
996 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
996 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
997 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
997 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
998 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
998 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
999 write(473 from 473) -> (0) 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
999 write(473 from 473) -> (0) 1dc\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1000 write limit reached; closing socket
1000 write limit reached; closing socket
1001 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
1001 $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
1002 Traceback (most recent call last):
1002 Traceback (most recent call last):
@@ -1034,9 +1034,9 b' Server stops sending after 0 length payl'
1034 sendall(9) -> 4\r\nHG20\r\n
1034 sendall(9) -> 4\r\nHG20\r\n
1035 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1035 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1036 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1036 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1037 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
1037 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
1038 sendall(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1038 sendall(9) -> 4\\r\\n\x00\x00\x01\xdc\\r\\n (esc)
1039 sendall(473) -> 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1039 sendall(483) -> 1dc\\r\\n\x00\x00\x00\xb4\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa3j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00j\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1040 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1040 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1041 sendall(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1041 sendall(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1042 sendall(13 from 38) -> (0) 20\\r\\n\x08LISTKEYS (esc)
1042 sendall(13 from 38) -> (0) 20\\r\\n\x08LISTKEYS (esc)
@@ -1054,9 +1054,9 b' Server stops sending after 0 length payl'
1054 write(9) -> 4\r\nHG20\r\n
1054 write(9) -> 4\r\nHG20\r\n
1055 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1055 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1056 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1056 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1057 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
1057 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
1058 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1058 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1059 write(473) -> 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1059 write(473) -> 1dc\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1060 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1060 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1061 write(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1061 write(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1062 write(13 from 38) -> (0) 20\\r\\n\x08LISTKEYS (esc)
1062 write(13 from 38) -> (0) 20\\r\\n\x08LISTKEYS (esc)
@@ -1095,9 +1095,9 b' This is before the 0 size chunked transf'
1095 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -20
1095 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -20
1096 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1096 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1097 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1097 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1098 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
1098 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
1099 sendall(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1099 sendall(9) -> 4\\r\\n\x00\x00\x01\xdc\\r\\n (esc)
1100 sendall(473) -> 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1100 sendall(483) -> 1dc\\r\\n\x00\x00\x00\xb4\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa3j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00j\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1101 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1101 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1102 sendall(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1102 sendall(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1103 sendall(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
1103 sendall(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
@@ -1119,9 +1119,9 b' This is before the 0 size chunked transf'
1119 write(9) -> 4\r\nHG20\r\n
1119 write(9) -> 4\r\nHG20\r\n
1120 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1120 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1121 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1121 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1122 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
1122 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
1123 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1123 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1124 write(473) -> 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1124 write(473) -> 1dc\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1125 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1125 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1126 write(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1126 write(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1127 write(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
1127 write(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
@@ -1166,9 +1166,9 b' Server sends a size 0 chunked-transfer s'
1166 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -21
1166 $ "$PYTHON" $TESTDIR/filtertraceback.py < error.log | tail -21
1167 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1167 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1168 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1168 sendall(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1169 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
1169 sendall(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
1170 sendall(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1170 sendall(9) -> 4\\r\\n\x00\x00\x01\xdc\\r\\n (esc)
1171 sendall(473) -> 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1171 sendall(483) -> 1dc\\r\\n\x00\x00\x00\xb4\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa3j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00j\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1172 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1172 sendall(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1173 sendall(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1173 sendall(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1174 sendall(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
1174 sendall(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
@@ -1191,9 +1191,9 b' Server sends a size 0 chunked-transfer s'
1191 write(9) -> 4\r\nHG20\r\n
1191 write(9) -> 4\r\nHG20\r\n
1192 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1192 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1193 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1193 write(9) -> 4\\r\\n\x00\x00\x00)\\r\\n (esc)
1194 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version02nbchanges1\\r\\n (esc)
1194 write(47) -> 29\\r\\n\x0bCHANGEGROUP\x00\x00\x00\x00\x01\x01\x07\x02 \x01version03nbchanges1\\r\\n (esc)
1195 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1195 write(9) -> 4\\r\\n\x00\x00\x01\xd2\\r\\n (esc)
1196 write(473) -> 1d2\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1196 write(473) -> 1dc\\r\\n\x00\x00\x00\xb2\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\\ntest\\n0 0\\nfoo\\n\\ninitial\x00\x00\x00\x00\x00\x00\x00\xa1j=\xf4\xde8\x8f<O\x8e(\xf4\xf9\xa8\x14)\x9a<\xbb_P\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00-foo\x00b80de5d138758541c5f05265ad144ab9fa86d1db\\n\x00\x00\x00\x00\x00\x00\x00\x07foo\x00\x00\x00h\xb8\\r\xe5\xd18u\x85A\xc5\xf0Re\xad\x14J\xb9\xfa\x86\xd1\xdb\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\xee\x1dsT\xc4\xadsr\x04vr\xc3j\x1fV\x1e:jL\x00\x00\x00\x00\x00\x00\x00\x00\\r\\n (esc)
1197 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1197 write(9) -> 4\\r\\n\x00\x00\x00\x00\\r\\n (esc)
1198 write(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1198 write(9) -> 4\\r\\n\x00\x00\x00 \\r\\n (esc)
1199 write(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
1199 write(38) -> 20\\r\\n\x08LISTKEYS\x00\x00\x00\x01\x01\x00 \x06namespacephases\\r\\n (esc)
@@ -341,20 +341,20 b' test http authentication'
341 list of changesets:
341 list of changesets:
342 7f4e523d01f2cc3765ac8934da3d14db775ff872
342 7f4e523d01f2cc3765ac8934da3d14db775ff872
343 bundle2-output-bundle: "HG20", 5 parts total
343 bundle2-output-bundle: "HG20", 5 parts total
344 bundle2-output-part: "replycaps" 207 bytes payload
344 bundle2-output-part: "replycaps" 210 bytes payload
345 bundle2-output-part: "check:phases" 24 bytes payload
345 bundle2-output-part: "check:phases" 24 bytes payload
346 bundle2-output-part: "check:updated-heads" streamed payload
346 bundle2-output-part: "check:updated-heads" streamed payload
347 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
347 bundle2-output-part: "changegroup" (params: 1 mandatory) streamed payload
348 bundle2-output-part: "phase-heads" 24 bytes payload
348 bundle2-output-part: "phase-heads" 24 bytes payload
349 sending unbundle command
349 sending unbundle command
350 sending 1023 bytes
350 sending 1036 bytes
351 devel-peer-request: POST http://localhost:$HGPORT2/?cmd=unbundle
351 devel-peer-request: POST http://localhost:$HGPORT2/?cmd=unbundle
352 devel-peer-request: Content-length 1023
352 devel-peer-request: Content-length 1036
353 devel-peer-request: Content-type application/mercurial-0.1
353 devel-peer-request: Content-type application/mercurial-0.1
354 devel-peer-request: Vary X-HgArg-1,X-HgProto-1
354 devel-peer-request: Vary X-HgArg-1,X-HgProto-1
355 devel-peer-request: X-hgproto-1 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull
355 devel-peer-request: X-hgproto-1 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull
356 devel-peer-request: 16 bytes of commands arguments in headers
356 devel-peer-request: 16 bytes of commands arguments in headers
357 devel-peer-request: 1023 bytes of data
357 devel-peer-request: 1036 bytes of data
358 devel-peer-request: finished in *.???? seconds (200) (glob)
358 devel-peer-request: finished in *.???? seconds (200) (glob)
359 bundle2-input-bundle: no-transaction
359 bundle2-input-bundle: no-transaction
360 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
360 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
@@ -1114,16 +1114,16 b' redo pull with --lfrev and check it pull'
1114 all local changesets known remotely
1114 all local changesets known remotely
1115 6 changesets found
1115 6 changesets found
1116 uncompressed size of bundle content:
1116 uncompressed size of bundle content:
1117 1389 (changelog)
1117 1401 (changelog)
1118 1698 (manifests)
1118 1710 (manifests)
1119 254 .hglf/large1
1119 256 .hglf/large1
1120 564 .hglf/large3
1120 570 .hglf/large3
1121 572 .hglf/sub/large4
1121 578 .hglf/sub/large4
1122 182 .hglf/sub2/large6
1122 184 .hglf/sub2/large6
1123 182 .hglf/sub2/large7
1123 184 .hglf/sub2/large7
1124 212 normal1
1124 214 normal1
1125 457 normal3
1125 463 normal3
1126 465 sub/normal4
1126 471 sub/normal4
1127 adding changesets
1127 adding changesets
1128 adding manifests
1128 adding manifests
1129 adding file changes
1129 adding file changes
@@ -66,7 +66,7 b' Downloads fail...'
66 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 400 - (glob)
66 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 400 - (glob)
67 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
67 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
68 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
68 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
69 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Acheckheads%253Drelated%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
69 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
70 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 400 - (glob)
70 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 400 - (glob)
71
71
72 $ rm -f $TESTTMP/access.log $TESTTMP/errors.log
72 $ rm -f $TESTTMP/access.log $TESTTMP/errors.log
@@ -165,7 +165,7 b' Blob URIs are correct when --prefix is u'
165 $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
165 $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
166 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=capabilities HTTP/1.1" 200 - (glob)
166 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=capabilities HTTP/1.1" 200 - (glob)
167 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
167 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
168 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Acheckheads%253Drelated%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
168 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
169 $LOCALIP - - [$LOGDATE$] "POST /subdir/mount/point/.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
169 $LOCALIP - - [$LOGDATE$] "POST /subdir/mount/point/.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
170 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point/.hg/lfs/objects/f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e HTTP/1.1" 200 - (glob)
170 $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point/.hg/lfs/objects/f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e HTTP/1.1" 200 - (glob)
171
171
@@ -311,7 +311,7 b' Test a checksum failure during the proce'
311 $ cat $TESTTMP/access.log
311 $ cat $TESTTMP/access.log
312 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
312 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
313 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
313 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
314 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Acheckheads%253Drelated%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
314 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
315 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
315 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
316 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
316 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
317 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D392c05922088bacf8e68a6939b480017afbf245d x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
317 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D392c05922088bacf8e68a6939b480017afbf245d x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
@@ -330,7 +330,7 b' Test a checksum failure during the proce'
330 $LOCALIP - - [$LOGDATE$] "PUT /.hg/lfs/objects/b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c HTTP/1.1" 422 - (glob)
330 $LOCALIP - - [$LOGDATE$] "PUT /.hg/lfs/objects/b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c HTTP/1.1" 422 - (glob)
331 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
331 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
332 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D392c05922088bacf8e68a6939b480017afbf245d x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
332 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D392c05922088bacf8e68a6939b480017afbf245d x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
333 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Acheckheads%253Drelated%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=525251863cad618e55d483555f3d00a2ca99597e&heads=506bf3d83f78c54b89e81c6411adee19fdf02156+525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
333 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=525251863cad618e55d483555f3d00a2ca99597e&heads=506bf3d83f78c54b89e81c6411adee19fdf02156+525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
334 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
334 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
335 $LOCALIP - - [$LOGDATE$] "GET /.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d HTTP/1.1" 500 - (glob)
335 $LOCALIP - - [$LOGDATE$] "GET /.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d HTTP/1.1" 500 - (glob)
336 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
336 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
@@ -487,7 +487,7 b' Test that Digest Auth fails gracefully b'
487 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 401 - (glob)
487 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 401 - (glob)
488 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
488 $LOCALIP - - [$LOGDATE$] "GET /?cmd=capabilities HTTP/1.1" 200 - (glob)
489 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
489 $LOCALIP - - [$LOGDATE$] "GET /?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
490 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Acheckheads%253Drelated%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=506bf3d83f78c54b89e81c6411adee19fdf02156+525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
490 $LOCALIP - - [$LOGDATE$] "GET /?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=506bf3d83f78c54b89e81c6411adee19fdf02156+525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
491 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 401 - (glob)
491 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 401 - (glob)
492 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
492 $LOCALIP - - [$LOGDATE$] "POST /.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
493 $LOCALIP - - [$LOGDATE$] "GET /.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d HTTP/1.1" 200 - (glob)
493 $LOCALIP - - [$LOGDATE$] "GET /.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d HTTP/1.1" 200 - (glob)
@@ -308,9 +308,13 b' TODO: fail more gracefully.'
308 $ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
308 $ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
309 pulling from http://localhost:$HGPORT/
309 pulling from http://localhost:$HGPORT/
310 requesting all changes
310 requesting all changes
311 remote: abort: no common changegroup version
311 adding changesets
312 abort: pull failed on remote
312 adding manifests
313 [100]
313 adding file changes
314 transaction abort!
315 rollback completed
316 abort: missing processor for flag '0x2000'
317 [50]
314 $ hg debugrequires -R $TESTTMP/client4_pull/ | grep 'lfs'
318 $ hg debugrequires -R $TESTTMP/client4_pull/ | grep 'lfs'
315 [1]
319 [1]
316 $ hg debugrequires -R $SERVER_PATH --config extensions.lfs= | grep 'lfs'
320 $ hg debugrequires -R $SERVER_PATH --config extensions.lfs= | grep 'lfs'
@@ -164,7 +164,7 b' client only pulls down 1 changeset'
164 adding manifests
164 adding manifests
165 adding file changes
165 adding file changes
166 adding foo revisions
166 adding foo revisions
167 bundle2-input-part: total payload size 476
167 bundle2-input-part: total payload size 486
168 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
168 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
169 bundle2-input-part: "phase-heads" supported
169 bundle2-input-part: "phase-heads" supported
170 bundle2-input-part: total payload size 24
170 bundle2-input-part: total payload size 24
@@ -163,7 +163,7 b' client side: pull from the server'
163 adding manifests
163 adding manifests
164 adding file changes
164 adding file changes
165 adding c_B1 revisions
165 adding c_B1 revisions
166 bundle2-input-part: total payload size 485
166 bundle2-input-part: total payload size 495
167 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
167 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
168 bundle2-input-part: "obsmarkers" supported
168 bundle2-input-part: "obsmarkers" supported
169 bundle2-input-part: total payload size 143
169 bundle2-input-part: total payload size 143
@@ -1600,7 +1600,7 b' Test ability to pull changeset with loca'
1600
1600
1601 $ hg debugbundle .hg/strip-backup/e008cf283490-*-backup.hg
1601 $ hg debugbundle .hg/strip-backup/e008cf283490-*-backup.hg
1602 Stream params: {Compression: BZ}
1602 Stream params: {Compression: BZ}
1603 changegroup -- {nbchanges: 1, version: 02} (mandatory: True)
1603 changegroup -- {nbchanges: 1, version: 03} (mandatory: True)
1604 e008cf2834908e5d6b0f792a9d4b0e2272260fb8
1604 e008cf2834908e5d6b0f792a9d4b0e2272260fb8
1605 cache:rev-branch-cache -- {} (mandatory: False)
1605 cache:rev-branch-cache -- {} (mandatory: False)
1606 phase-heads -- {} (mandatory: True)
1606 phase-heads -- {} (mandatory: True)
@@ -1643,7 +1643,7 b' Testing that strip remove markers:'
1643
1643
1644 $ hg debugbundle .hg/strip-backup/e016b03fd86f-*-backup.hg
1644 $ hg debugbundle .hg/strip-backup/e016b03fd86f-*-backup.hg
1645 Stream params: {Compression: BZ}
1645 Stream params: {Compression: BZ}
1646 changegroup -- {nbchanges: 2, version: 02} (mandatory: True)
1646 changegroup -- {nbchanges: 2, version: 03} (mandatory: True)
1647 e016b03fd86fcccc54817d120b90b751aaf367d6
1647 e016b03fd86fcccc54817d120b90b751aaf367d6
1648 b0551702f918510f01ae838ab03a463054c67b46
1648 b0551702f918510f01ae838ab03a463054c67b46
1649 cache:rev-branch-cache -- {} (mandatory: False)
1649 cache:rev-branch-cache -- {} (mandatory: False)
@@ -852,9 +852,9 b' Bare push with next changeset and common'
852 searching for changes
852 searching for changes
853 1 changesets found
853 1 changesets found
854 uncompressed size of bundle content:
854 uncompressed size of bundle content:
855 178 (changelog)
855 180 (changelog)
856 165 (manifests)
856 167 (manifests)
857 131 a-H
857 133 a-H
858 adding changesets
858 adding changesets
859 adding manifests
859 adding manifests
860 adding file changes
860 adding file changes
@@ -151,9 +151,9 b' Specifying a revset that evaluates to nu'
151 searching for changes
151 searching for changes
152 2 changesets found
152 2 changesets found
153 uncompressed size of bundle content:
153 uncompressed size of bundle content:
154 352 (changelog)
154 356 (changelog)
155 326 (manifests)
155 330 (manifests)
156 25\d foo (re)
156 261 foo
157 adding changesets
157 adding changesets
158 adding manifests
158 adding manifests
159 adding file changes
159 adding file changes
@@ -315,7 +315,7 b' Check that the right ancestors is used w'
315 adding manifests
315 adding manifests
316 adding file changes
316 adding file changes
317 adding f1.txt revisions
317 adding f1.txt revisions
318 bundle2-input-part: total payload size 1739
318 bundle2-input-part: total payload size 1761
319 bundle2-input-part: "cache:rev-branch-cache" (advisory) supported
319 bundle2-input-part: "cache:rev-branch-cache" (advisory) supported
320 bundle2-input-part: total payload size 74
320 bundle2-input-part: total payload size 74
321 bundle2-input-part: "phase-heads" supported
321 bundle2-input-part: "phase-heads" supported
@@ -75,17 +75,17 b' already has one local mq patch'
75 $TESTTMP/a/.hg/patches/p0.patch
75 $TESTTMP/a/.hg/patches/p0.patch
76 2 changesets found
76 2 changesets found
77 uncompressed size of bundle content:
77 uncompressed size of bundle content:
78 348 (changelog)
78 352 (changelog)
79 324 (manifests)
79 328 (manifests)
80 129 p0
80 131 p0
81 129 p1
81 131 p1
82 saved backup bundle to $TESTTMP/a/.hg/strip-backup/13a46ce44f60-5da6ecfb-rebase.hg
82 saved backup bundle to $TESTTMP/a/.hg/strip-backup/13a46ce44f60-5da6ecfb-rebase.hg
83 2 changesets found
83 2 changesets found
84 uncompressed size of bundle content:
84 uncompressed size of bundle content:
85 403 (changelog)
85 407 (changelog)
86 324 (manifests)
86 328 (manifests)
87 129 p0
87 131 p0
88 129 p1
88 131 p1
89 adding branch
89 adding branch
90 adding changesets
90 adding changesets
91 adding manifests
91 adding manifests
@@ -263,15 +263,15 b' rebase of merge of ancestors'
263 rebase merging completed
263 rebase merging completed
264 1 changesets found
264 1 changesets found
265 uncompressed size of bundle content:
265 uncompressed size of bundle content:
266 199 (changelog)
266 201 (changelog)
267 216 (manifests)
267 218 (manifests)
268 182 other
268 184 other
269 saved backup bundle to $TESTTMP/parentorder/.hg/strip-backup/4c5f12f25ebe-f46990e5-rebase.hg
269 saved backup bundle to $TESTTMP/parentorder/.hg/strip-backup/4c5f12f25ebe-f46990e5-rebase.hg
270 1 changesets found
270 1 changesets found
271 uncompressed size of bundle content:
271 uncompressed size of bundle content:
272 254 (changelog)
272 256 (changelog)
273 167 (manifests)
273 169 (manifests)
274 182 other
274 184 other
275 adding branch
275 adding branch
276 adding changesets
276 adding changesets
277 adding manifests
277 adding manifests
@@ -529,7 +529,7 b' debug output'
529 no changes found
529 no changes found
530 devel-peer-request: getbundle
530 devel-peer-request: getbundle
531 devel-peer-request: bookmarks: 1 bytes
531 devel-peer-request: bookmarks: 1 bytes
532 devel-peer-request: bundlecaps: 270 bytes
532 devel-peer-request: bundlecaps: 275 bytes
533 devel-peer-request: cg: 1 bytes
533 devel-peer-request: cg: 1 bytes
534 devel-peer-request: common: 122 bytes
534 devel-peer-request: common: 122 bytes
535 devel-peer-request: heads: 122 bytes
535 devel-peer-request: heads: 122 bytes
@@ -251,7 +251,7 b''
251
251
252 $ hg debugbundle .hg/strip-backup/*
252 $ hg debugbundle .hg/strip-backup/*
253 Stream params: {Compression: BZ}
253 Stream params: {Compression: BZ}
254 changegroup -- {nbchanges: 1, version: 02} (mandatory: True)
254 changegroup -- {nbchanges: 1, version: 03} (mandatory: True)
255 264128213d290d868c54642d13aeaa3675551a78
255 264128213d290d868c54642d13aeaa3675551a78
256 cache:rev-branch-cache -- {} (mandatory: False)
256 cache:rev-branch-cache -- {} (mandatory: False)
257 phase-heads -- {} (mandatory: True)
257 phase-heads -- {} (mandatory: True)
General Comments 0
You need to be logged in to leave comments. Login now