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