##// END OF EJS Templates
bundle2: fix an off-by-one in debug message of number of parts...
Martin von Zweigbergk -
r43201:181ee211 default
parent child Browse files
Show More
@@ -368,7 +368,7 b' class partiterator(object):'
368 368
369 369 def __enter__(self):
370 370 def func():
371 itr = enumerate(self.unbundler.iterparts())
371 itr = enumerate(self.unbundler.iterparts(), 1)
372 372 for count, p in itr:
373 373 self.count = count
374 374 self.current = p
@@ -134,14 +134,14 b' Extension disabled for lack of a hook'
134 134 bundle2-input-part: total payload size 1553
135 135 bundle2-input-part: "phase-heads" supported
136 136 bundle2-input-part: total payload size 24
137 bundle2-input-bundle: 4 parts total
137 bundle2-input-bundle: 5 parts total
138 138 updating the branch cache
139 139 added 3 changesets with 3 changes to 3 files
140 140 bundle2-output-bundle: "HG20", 1 parts total
141 141 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
142 142 bundle2-input-bundle: no-transaction
143 143 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
144 bundle2-input-bundle: 0 parts total
144 bundle2-input-bundle: 1 parts total
145 145 listing keys for "phases"
146 146 repository tip rolled back to revision 0 (undo push)
147 147 0:6675d58eff77
@@ -201,14 +201,14 b' Extension disabled for lack of acl.sourc'
201 201 bundle2-input-part: total payload size 1553
202 202 bundle2-input-part: "phase-heads" supported
203 203 bundle2-input-part: total payload size 24
204 bundle2-input-bundle: 4 parts total
204 bundle2-input-bundle: 5 parts total
205 205 updating the branch cache
206 206 added 3 changesets with 3 changes to 3 files
207 207 bundle2-output-bundle: "HG20", 1 parts total
208 208 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
209 209 bundle2-input-bundle: no-transaction
210 210 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
211 bundle2-input-bundle: 0 parts total
211 bundle2-input-bundle: 1 parts total
212 212 listing keys for "phases"
213 213 repository tip rolled back to revision 0 (undo push)
214 214 0:6675d58eff77
@@ -278,14 +278,14 b' No [acl.allow]/[acl.deny]'
278 278 bundle2-input-part: total payload size 1553
279 279 bundle2-input-part: "phase-heads" supported
280 280 bundle2-input-part: total payload size 24
281 bundle2-input-bundle: 4 parts total
281 bundle2-input-bundle: 5 parts total
282 282 updating the branch cache
283 283 added 3 changesets with 3 changes to 3 files
284 284 bundle2-output-bundle: "HG20", 1 parts total
285 285 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
286 286 bundle2-input-bundle: no-transaction
287 287 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
288 bundle2-input-bundle: 0 parts total
288 bundle2-input-bundle: 1 parts total
289 289 listing keys for "phases"
290 290 repository tip rolled back to revision 0 (undo push)
291 291 0:6675d58eff77
@@ -350,7 +350,7 b' Empty [acl.allow]'
350 350 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
351 351 bundle2-input-part: total payload size 1553
352 352 bundle2-input-part: total payload size 24
353 bundle2-input-bundle: 4 parts total
353 bundle2-input-bundle: 5 parts total
354 354 transaction abort!
355 355 rollback completed
356 356 abort: acl: user "fred" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
@@ -422,7 +422,7 b' fred is allowed inside foo/'
422 422 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
423 423 bundle2-input-part: total payload size 1553
424 424 bundle2-input-part: total payload size 24
425 bundle2-input-bundle: 4 parts total
425 bundle2-input-bundle: 5 parts total
426 426 transaction abort!
427 427 rollback completed
428 428 abort: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
@@ -491,7 +491,7 b' Empty [acl.deny]'
491 491 error: pretxnchangegroup.acl hook failed: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
492 492 bundle2-input-part: total payload size 1553
493 493 bundle2-input-part: total payload size 24
494 bundle2-input-bundle: 4 parts total
494 bundle2-input-bundle: 5 parts total
495 495 transaction abort!
496 496 rollback completed
497 497 abort: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
@@ -565,7 +565,7 b' fred is allowed inside foo/, but not foo'
565 565 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
566 566 bundle2-input-part: total payload size 1553
567 567 bundle2-input-part: total payload size 24
568 bundle2-input-bundle: 4 parts total
568 bundle2-input-bundle: 5 parts total
569 569 transaction abort!
570 570 rollback completed
571 571 abort: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
@@ -638,7 +638,7 b' fred is allowed inside foo/, but not foo'
638 638 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
639 639 bundle2-input-part: total payload size 1553
640 640 bundle2-input-part: total payload size 24
641 bundle2-input-bundle: 4 parts total
641 bundle2-input-bundle: 5 parts total
642 642 transaction abort!
643 643 rollback completed
644 644 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
@@ -708,7 +708,7 b' fred is allowed inside foo/, but not foo'
708 708 error: pretxnchangegroup.acl hook failed: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
709 709 bundle2-input-part: total payload size 1553
710 710 bundle2-input-part: total payload size 24
711 bundle2-input-bundle: 4 parts total
711 bundle2-input-bundle: 5 parts total
712 712 transaction abort!
713 713 rollback completed
714 714 abort: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
@@ -787,14 +787,14 b' fred is not blocked from moving bookmark'
787 787 acl: acl.allow.bookmarks not enabled
788 788 acl: acl.deny.bookmarks not enabled
789 789 acl: bookmark access granted: "ef1ea85a6374b77d6da9dcda9541f498f2d17df7" on bookmark "moving-bookmark"
790 bundle2-input-bundle: 6 parts total
790 bundle2-input-bundle: 7 parts total
791 791 updating the branch cache
792 792 added 1 changesets with 1 changes to 1 files
793 793 bundle2-output-bundle: "HG20", 1 parts total
794 794 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
795 795 bundle2-input-bundle: no-transaction
796 796 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
797 bundle2-input-bundle: 0 parts total
797 bundle2-input-bundle: 1 parts total
798 798 updating bookmark moving-bookmark
799 799 listing keys for "phases"
800 800 repository tip rolled back to revision 0 (undo push)
@@ -873,7 +873,7 b' fred is not allowed to move bookmarks'
873 873 acl: acl.allow.bookmarks not enabled
874 874 acl: acl.deny.bookmarks enabled, 1 entries for user fred
875 875 error: prepushkey.acl hook failed: acl: user "fred" denied on bookmark "moving-bookmark" (changeset "ef1ea85a6374b77d6da9dcda9541f498f2d17df7")
876 bundle2-input-bundle: 6 parts total
876 bundle2-input-bundle: 7 parts total
877 877 transaction abort!
878 878 rollback completed
879 879 abort: acl: user "fred" denied on bookmark "moving-bookmark" (changeset "ef1ea85a6374b77d6da9dcda9541f498f2d17df7")
@@ -958,14 +958,14 b' barney is allowed everywhere'
958 958 bundle2-input-part: total payload size 1553
959 959 bundle2-input-part: "phase-heads" supported
960 960 bundle2-input-part: total payload size 24
961 bundle2-input-bundle: 4 parts total
961 bundle2-input-bundle: 5 parts total
962 962 updating the branch cache
963 963 added 3 changesets with 3 changes to 3 files
964 964 bundle2-output-bundle: "HG20", 1 parts total
965 965 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
966 966 bundle2-input-bundle: no-transaction
967 967 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
968 bundle2-input-bundle: 0 parts total
968 bundle2-input-bundle: 1 parts total
969 969 listing keys for "phases"
970 970 repository tip rolled back to revision 0 (undo push)
971 971 0:6675d58eff77
@@ -1041,7 +1041,7 b' wilma can change files with a .txt exten'
1041 1041 error: pretxnchangegroup.acl hook failed: acl: user "wilma" not allowed on "quux/file.py" (changeset "911600dab2ae")
1042 1042 bundle2-input-part: total payload size 1553
1043 1043 bundle2-input-part: total payload size 24
1044 bundle2-input-bundle: 4 parts total
1044 bundle2-input-bundle: 5 parts total
1045 1045 transaction abort!
1046 1046 rollback completed
1047 1047 abort: acl: user "wilma" not allowed on "quux/file.py" (changeset "911600dab2ae")
@@ -1113,7 +1113,7 b' file specified by acl.config does not ex'
1113 1113 error: pretxnchangegroup.acl hook raised an exception: [Errno *] * (glob)
1114 1114 bundle2-input-part: total payload size 1553
1115 1115 bundle2-input-part: total payload size 24
1116 bundle2-input-bundle: 4 parts total
1116 bundle2-input-bundle: 5 parts total
1117 1117 transaction abort!
1118 1118 rollback completed
1119 1119 abort: $ENOENT$: '../acl.config'
@@ -1198,7 +1198,7 b' betty is allowed inside foo/ by a acl.co'
1198 1198 error: pretxnchangegroup.acl hook failed: acl: user "betty" not allowed on "quux/file.py" (changeset "911600dab2ae")
1199 1199 bundle2-input-part: total payload size 1553
1200 1200 bundle2-input-part: total payload size 24
1201 bundle2-input-bundle: 4 parts total
1201 bundle2-input-bundle: 5 parts total
1202 1202 transaction abort!
1203 1203 rollback completed
1204 1204 abort: acl: user "betty" not allowed on "quux/file.py" (changeset "911600dab2ae")
@@ -1286,14 +1286,14 b' acl.config can set only [acl.allow]/[acl'
1286 1286 bundle2-input-part: total payload size 1553
1287 1287 bundle2-input-part: "phase-heads" supported
1288 1288 bundle2-input-part: total payload size 24
1289 bundle2-input-bundle: 4 parts total
1289 bundle2-input-bundle: 5 parts total
1290 1290 updating the branch cache
1291 1291 added 3 changesets with 3 changes to 3 files
1292 1292 bundle2-output-bundle: "HG20", 1 parts total
1293 1293 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1294 1294 bundle2-input-bundle: no-transaction
1295 1295 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
1296 bundle2-input-bundle: 0 parts total
1296 bundle2-input-bundle: 1 parts total
1297 1297 listing keys for "phases"
1298 1298 repository tip rolled back to revision 0 (undo push)
1299 1299 0:6675d58eff77
@@ -1374,14 +1374,14 b' fred is always allowed'
1374 1374 bundle2-input-part: total payload size 1553
1375 1375 bundle2-input-part: "phase-heads" supported
1376 1376 bundle2-input-part: total payload size 24
1377 bundle2-input-bundle: 4 parts total
1377 bundle2-input-bundle: 5 parts total
1378 1378 updating the branch cache
1379 1379 added 3 changesets with 3 changes to 3 files
1380 1380 bundle2-output-bundle: "HG20", 1 parts total
1381 1381 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1382 1382 bundle2-input-bundle: no-transaction
1383 1383 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
1384 bundle2-input-bundle: 0 parts total
1384 bundle2-input-bundle: 1 parts total
1385 1385 listing keys for "phases"
1386 1386 repository tip rolled back to revision 0 (undo push)
1387 1387 0:6675d58eff77
@@ -1455,7 +1455,7 b' no one is allowed inside foo/Bar/'
1455 1455 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
1456 1456 bundle2-input-part: total payload size 1553
1457 1457 bundle2-input-part: total payload size 24
1458 bundle2-input-bundle: 4 parts total
1458 bundle2-input-bundle: 5 parts total
1459 1459 transaction abort!
1460 1460 rollback completed
1461 1461 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
@@ -1539,14 +1539,14 b' OS-level groups'
1539 1539 bundle2-input-part: total payload size 1553
1540 1540 bundle2-input-part: "phase-heads" supported
1541 1541 bundle2-input-part: total payload size 24
1542 bundle2-input-bundle: 4 parts total
1542 bundle2-input-bundle: 5 parts total
1543 1543 updating the branch cache
1544 1544 added 3 changesets with 3 changes to 3 files
1545 1545 bundle2-output-bundle: "HG20", 1 parts total
1546 1546 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1547 1547 bundle2-input-bundle: no-transaction
1548 1548 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
1549 bundle2-input-bundle: 0 parts total
1549 bundle2-input-bundle: 1 parts total
1550 1550 listing keys for "phases"
1551 1551 repository tip rolled back to revision 0 (undo push)
1552 1552 0:6675d58eff77
@@ -1622,7 +1622,7 b' OS-level groups'
1622 1622 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
1623 1623 bundle2-input-part: total payload size 1553
1624 1624 bundle2-input-part: total payload size 24
1625 bundle2-input-bundle: 4 parts total
1625 bundle2-input-bundle: 5 parts total
1626 1626 transaction abort!
1627 1627 rollback completed
1628 1628 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
@@ -1748,14 +1748,14 b' No branch acls specified'
1748 1748 bundle2-input-part: total payload size 2068
1749 1749 bundle2-input-part: "phase-heads" supported
1750 1750 bundle2-input-part: total payload size 48
1751 bundle2-input-bundle: 4 parts total
1751 bundle2-input-bundle: 5 parts total
1752 1752 updating the branch cache
1753 1753 added 4 changesets with 4 changes to 4 files (+1 heads)
1754 1754 bundle2-output-bundle: "HG20", 1 parts total
1755 1755 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1756 1756 bundle2-input-bundle: no-transaction
1757 1757 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
1758 bundle2-input-bundle: 0 parts total
1758 bundle2-input-bundle: 1 parts total
1759 1759 listing keys for "phases"
1760 1760 repository tip rolled back to revision 2 (undo push)
1761 1761 2:fb35475503ef
@@ -1832,7 +1832,7 b' Branch acl deny test'
1832 1832 error: pretxnchangegroup.acl hook failed: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82")
1833 1833 bundle2-input-part: total payload size 2068
1834 1834 bundle2-input-part: total payload size 48
1835 bundle2-input-bundle: 4 parts total
1835 bundle2-input-bundle: 5 parts total
1836 1836 transaction abort!
1837 1837 rollback completed
1838 1838 abort: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82")
@@ -1904,7 +1904,7 b' Branch acl empty allow test'
1904 1904 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1905 1905 bundle2-input-part: total payload size 2068
1906 1906 bundle2-input-part: total payload size 48
1907 bundle2-input-bundle: 4 parts total
1907 bundle2-input-bundle: 5 parts total
1908 1908 transaction abort!
1909 1909 rollback completed
1910 1910 abort: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
@@ -1978,7 +1978,7 b' Branch acl allow other'
1978 1978 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1979 1979 bundle2-input-part: total payload size 2068
1980 1980 bundle2-input-part: total payload size 48
1981 bundle2-input-bundle: 4 parts total
1981 bundle2-input-bundle: 5 parts total
1982 1982 transaction abort!
1983 1983 rollback completed
1984 1984 abort: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
@@ -2054,14 +2054,14 b' Branch acl allow other'
2054 2054 bundle2-input-part: total payload size 2068
2055 2055 bundle2-input-part: "phase-heads" supported
2056 2056 bundle2-input-part: total payload size 48
2057 bundle2-input-bundle: 4 parts total
2057 bundle2-input-bundle: 5 parts total
2058 2058 updating the branch cache
2059 2059 added 4 changesets with 4 changes to 4 files (+1 heads)
2060 2060 bundle2-output-bundle: "HG20", 1 parts total
2061 2061 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
2062 2062 bundle2-input-bundle: no-transaction
2063 2063 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
2064 bundle2-input-bundle: 0 parts total
2064 bundle2-input-bundle: 1 parts total
2065 2065 listing keys for "phases"
2066 2066 repository tip rolled back to revision 2 (undo push)
2067 2067 2:fb35475503ef
@@ -2145,14 +2145,14 b' push foobar into the remote'
2145 2145 bundle2-input-part: total payload size 2068
2146 2146 bundle2-input-part: "phase-heads" supported
2147 2147 bundle2-input-part: total payload size 48
2148 bundle2-input-bundle: 4 parts total
2148 bundle2-input-bundle: 5 parts total
2149 2149 updating the branch cache
2150 2150 added 4 changesets with 4 changes to 4 files (+1 heads)
2151 2151 bundle2-output-bundle: "HG20", 1 parts total
2152 2152 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
2153 2153 bundle2-input-bundle: no-transaction
2154 2154 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
2155 bundle2-input-bundle: 0 parts total
2155 bundle2-input-bundle: 1 parts total
2156 2156 listing keys for "phases"
2157 2157 repository tip rolled back to revision 2 (undo push)
2158 2158 2:fb35475503ef
@@ -2227,7 +2227,7 b' Branch acl conflicting deny'
2227 2227 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
2228 2228 bundle2-input-part: total payload size 2068
2229 2229 bundle2-input-part: total payload size 48
2230 bundle2-input-bundle: 4 parts total
2230 bundle2-input-bundle: 5 parts total
2231 2231 transaction abort!
2232 2232 rollback completed
2233 2233 abort: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
@@ -2308,14 +2308,14 b" User 'astro' must not be denied"
2308 2308 bundle2-input-part: total payload size 2068
2309 2309 bundle2-input-part: "phase-heads" supported
2310 2310 bundle2-input-part: total payload size 48
2311 bundle2-input-bundle: 4 parts total
2311 bundle2-input-bundle: 5 parts total
2312 2312 updating the branch cache
2313 2313 added 4 changesets with 4 changes to 4 files (+1 heads)
2314 2314 bundle2-output-bundle: "HG20", 1 parts total
2315 2315 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
2316 2316 bundle2-input-bundle: no-transaction
2317 2317 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
2318 bundle2-input-bundle: 0 parts total
2318 bundle2-input-bundle: 1 parts total
2319 2319 listing keys for "phases"
2320 2320 repository tip rolled back to revision 2 (undo push)
2321 2321 2:fb35475503ef
@@ -2384,7 +2384,7 b' Non-astro users must be denied'
2384 2384 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
2385 2385 bundle2-input-part: total payload size 2068
2386 2386 bundle2-input-part: total payload size 48
2387 bundle2-input-bundle: 4 parts total
2387 bundle2-input-bundle: 5 parts total
2388 2388 transaction abort!
2389 2389 rollback completed
2390 2390 abort: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
@@ -193,7 +193,7 b' delete a remote bookmark'
193 193 bundle2-input: payload chunk size: 0
194 194 bundle2-input: part header size: 0
195 195 bundle2-input: end of bundle2 stream
196 bundle2-input-bundle: 3 parts total
196 bundle2-input-bundle: 4 parts total
197 197 running hook txnclose-bookmark.test: sh $TESTTMP/hook.sh
198 198 test-hook-bookmark: W: 0000000000000000000000000000000000000000 ->
199 199 bundle2-output-bundle: "HG20", 1 parts total
@@ -219,7 +219,7 b' delete a remote bookmark'
219 219 bundle2-input: payload chunk size: 0
220 220 bundle2-input: part header size: 0
221 221 bundle2-input: end of bundle2 stream
222 bundle2-input-bundle: 0 parts total
222 bundle2-input-bundle: 1 parts total
223 223 deleting remote bookmark W
224 224 listing keys for "phases"
225 225 [1]
@@ -307,7 +307,7 b' delete a remote bookmark'
307 307 bundle2-input-part: total payload size 23
308 308 bundle2-input: part header size: 0
309 309 bundle2-input: end of bundle2 stream
310 bundle2-input-bundle: 3 parts total
310 bundle2-input-bundle: 4 parts total
311 311 running hook txnclose-bookmark.test: sh $TESTTMP/hook.sh
312 312 test-hook-bookmark: W: 0000000000000000000000000000000000000000 ->
313 313 bundle2-output-bundle: "HG20", 0 parts total
@@ -697,7 +697,7 b' Process the bundle'
697 697 bundle2-input: payload chunk size: 0
698 698 bundle2-input: part header size: 0
699 699 bundle2-input: end of bundle2 stream
700 bundle2-input-bundle: 6 parts total
700 bundle2-input-bundle: 7 parts total
701 701 0 unread bytes
702 702 3 total verses sung
703 703
@@ -259,7 +259,7 b' Clone with background file closing enabl'
259 259 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
260 260 bundle2-input-part: "phase-heads" supported
261 261 bundle2-input-part: total payload size 24
262 bundle2-input-bundle: 1 parts total
262 bundle2-input-bundle: 2 parts total
263 263 checking for updated bookmarks
264 264 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
265 265 #endif
@@ -281,7 +281,7 b' Clone with background file closing enabl'
281 281 transferred 96.5 KB in * seconds (* */sec) (glob)
282 282 bundle2-input-part: total payload size 112094
283 283 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
284 bundle2-input-bundle: 1 parts total
284 bundle2-input-bundle: 2 parts total
285 285 checking for updated bookmarks
286 286 (sent 3 HTTP requests and * bytes; received * bytes in responses) (glob)
287 287 #endif
@@ -345,7 +345,7 b' test http authentication'
345 345 bundle2-input-part: "output" (advisory) supported
346 346 bundle2-input-part: total payload size 45
347 347 remote: added 1 changesets with 1 changes to 1 files
348 bundle2-input-bundle: 2 parts total
348 bundle2-input-bundle: 3 parts total
349 349 preparing listkeys for "phases"
350 350 sending listkeys command
351 351 devel-peer-request: GET http://localhost:$HGPORT2/?cmd=listkeys
@@ -111,7 +111,7 b' Blob URIs are correct when --prefix is u'
111 111 bundle2-input-part: total payload size 24
112 112 bundle2-input-part: "cache:rev-branch-cache" (advisory) supported
113 113 bundle2-input-part: total payload size 39
114 bundle2-input-bundle: 3 parts total
114 bundle2-input-bundle: 4 parts total
115 115 checking for updated bookmarks
116 116 updating the branch cache
117 117 added 1 changesets with 1 changes to 1 files
@@ -139,14 +139,14 b' store.'
139 139 bundle2-input-part: total payload size 617
140 140 bundle2-input-part: "phase-heads" supported
141 141 bundle2-input-part: total payload size 24
142 bundle2-input-bundle: 3 parts total
142 bundle2-input-bundle: 4 parts total
143 143 updating the branch cache
144 144 added 1 changesets with 1 changes to 1 files
145 145 bundle2-output-bundle: "HG20", 1 parts total
146 146 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
147 147 bundle2-input-bundle: no-transaction
148 148 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
149 bundle2-input-bundle: 0 parts total
149 bundle2-input-bundle: 1 parts total
150 150 listing keys for "phases"
151 151 $ mv .hg/store/lfs_ .hg/store/lfs
152 152
@@ -315,14 +315,14 b' actions property completely.'
315 315 bundle2-input-part: total payload size 1315
316 316 bundle2-input-part: "phase-heads" supported
317 317 bundle2-input-part: total payload size 24
318 bundle2-input-bundle: 4 parts total
318 bundle2-input-bundle: 5 parts total
319 319 updating the branch cache
320 320 added 1 changesets with 3 changes to 3 files
321 321 bundle2-output-bundle: "HG20", 1 parts total
322 322 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
323 323 bundle2-input-bundle: no-transaction
324 324 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported
325 bundle2-input-bundle: 0 parts total
325 bundle2-input-bundle: 1 parts total
326 326 listing keys for "phases"
327 327
328 328 Clear the cache to force a download
@@ -126,7 +126,7 b' added upstream revisions.'
126 126 adding file changes
127 127 adding widest/f revisions
128 128 bundle2-input-part: total payload size * (glob)
129 bundle2-input-bundle: 0 parts total
129 bundle2-input-bundle: 1 parts total
130 130 added 0 changesets with 1 changes to 1 files
131 131 widest/f: narrowspec updated -> g
132 132 getting widest/f
@@ -176,7 +176,7 b' client only pulls down 1 changeset'
176 176 bundle2-input-part: total payload size 24
177 177 bundle2-input-part: "cache:rev-branch-cache" (advisory) supported
178 178 bundle2-input-part: total payload size 39
179 bundle2-input-bundle: 3 parts total
179 bundle2-input-bundle: 4 parts total
180 180 checking for updated bookmarks
181 181 updating the branch cache
182 182 added 1 changesets with 1 changes to 1 files (+1 heads)
@@ -321,7 +321,7 b' Check that the right ancestors is used w'
321 321 truncating cache/rbc-revs-v1 to 56
322 322 bundle2-input-part: "phase-heads" supported
323 323 bundle2-input-part: total payload size 24
324 bundle2-input-bundle: 2 parts total
324 bundle2-input-bundle: 3 parts total
325 325 added 2 changesets with 2 changes to 1 files
326 326 updating the branch cache
327 327 invalid branch cache (served): tip differs
@@ -546,7 +546,7 b' debug output'
546 546 bundle2-input-part: total payload size 45
547 547 bundle2-input-part: "phase-heads" supported
548 548 bundle2-input-part: total payload size 72
549 bundle2-input-bundle: 2 parts total
549 bundle2-input-bundle: 3 parts total
550 550 checking for updated bookmarks
551 551
552 552 $ cd $TESTTMP
@@ -87,7 +87,7 b' Test that we can apply the bundle as a s'
87 87 adding [c] rbc-revs-v1 (40 bytes)
88 88 transferred 1.65 KB in \d\.\d seconds \(.*/sec\) (re)
89 89 bundle2-input-part: total payload size 1840
90 bundle2-input-bundle: 0 parts total
90 bundle2-input-bundle: 1 parts total
91 91 updating the branch cache
92 92 finished applying clone bundle
93 93 query 1; heads
@@ -100,7 +100,7 b' Test that we can apply the bundle as a s'
100 100 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
101 101 bundle2-input-part: "phase-heads" supported
102 102 bundle2-input-part: total payload size 24
103 bundle2-input-bundle: 1 parts total
103 bundle2-input-bundle: 2 parts total
104 104 checking for updated bookmarks
105 105 updating to branch default
106 106 resolving manifests
@@ -143,7 +143,7 b' Test that we can apply the bundle as a s'
143 143 adding [c] rbc-revs-v1 (40 bytes)
144 144 transferred 1.65 KB in *.* seconds (*/sec) (glob)
145 145 bundle2-input-part: total payload size 1840
146 bundle2-input-bundle: 0 parts total
146 bundle2-input-bundle: 1 parts total
147 147 updating the branch cache
148 148 finished applying clone bundle
149 149 query 1; heads
@@ -156,7 +156,7 b' Test that we can apply the bundle as a s'
156 156 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
157 157 bundle2-input-part: "phase-heads" supported
158 158 bundle2-input-part: total payload size 24
159 bundle2-input-bundle: 1 parts total
159 bundle2-input-bundle: 2 parts total
160 160 checking for updated bookmarks
161 161 updating to branch default
162 162 resolving manifests
General Comments 0
You need to be logged in to leave comments. Login now