comparison tests/test-acl.t @ 30211:6b0741d6d234

changegroup: skip delta when the underlying revlog do not use them Revlog can now be configured to store full snapshot only. This is used on the changelog. However, the changegroup packing was still recomputing deltas to be sent over the wire. We now just reuse the full snapshot directly in this case, skipping delta computation. This provides use with a large speed up(-30%): # perfchangegroupchangelog on mercurial ! wall 2.010326 comb 2.020000 user 2.000000 sys 0.020000 (best of 5) ! wall 1.382039 comb 1.380000 user 1.370000 sys 0.010000 (best of 8) # perfchangegroupchangelog on pypy ! wall 5.792589 comb 5.780000 user 5.780000 sys 0.000000 (best of 3) ! wall 3.911158 comb 3.920000 user 3.900000 sys 0.020000 (best of 3) # perfchangegroupchangelog on mozilla central ! wall 20.683727 comb 20.680000 user 20.630000 sys 0.050000 (best of 3) ! wall 14.190204 comb 14.190000 user 14.150000 sys 0.040000 (best of 3) Many tests have to be updated because of the change in bundle content. All theses update have been verified. Because diffing changelog was not very valuable, the resulting bundle have similar size (often a bit smaller): # full bundle of mozilla central with delta: 1142740533B without delta: 1142173300B So this is a win all over the board.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 14 Oct 2016 01:31:11 +0200
parents b7a966ce89ed
children c2380b448265
comparison
equal deleted inserted replaced
30210:5e4f16874a9f 30211:6b0741d6d234
111 adding foo/Bar/file.txt revisions 111 adding foo/Bar/file.txt revisions
112 adding foo/file.txt revisions 112 adding foo/file.txt revisions
113 adding quux/file.py revisions 113 adding quux/file.py revisions
114 added 3 changesets with 3 changes to 3 files 114 added 3 changesets with 3 changes to 3 files
115 updating the branch cache 115 updating the branch cache
116 bundle2-input-part: total payload size 1606 116 bundle2-input-part: total payload size 1553
117 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 117 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
118 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 118 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
119 bundle2-input-bundle: 3 parts total 119 bundle2-input-bundle: 3 parts total
120 bundle2-output-bundle: "HG20", 2 parts total 120 bundle2-output-bundle: "HG20", 2 parts total
121 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 121 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
176 adding quux/file.py revisions 176 adding quux/file.py revisions
177 added 3 changesets with 3 changes to 3 files 177 added 3 changesets with 3 changes to 3 files
178 calling hook pretxnchangegroup.acl: hgext.acl.hook 178 calling hook pretxnchangegroup.acl: hgext.acl.hook
179 acl: changes have source "push" - skipping 179 acl: changes have source "push" - skipping
180 updating the branch cache 180 updating the branch cache
181 bundle2-input-part: total payload size 1606 181 bundle2-input-part: total payload size 1553
182 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 182 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
183 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 183 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
184 bundle2-input-bundle: 3 parts total 184 bundle2-input-bundle: 3 parts total
185 bundle2-output-bundle: "HG20", 2 parts total 185 bundle2-output-bundle: "HG20", 2 parts total
186 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 186 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
252 acl: branch access granted: "f9cafe1212c8" on branch "default" 252 acl: branch access granted: "f9cafe1212c8" on branch "default"
253 acl: path access granted: "f9cafe1212c8" 253 acl: path access granted: "f9cafe1212c8"
254 acl: branch access granted: "911600dab2ae" on branch "default" 254 acl: branch access granted: "911600dab2ae" on branch "default"
255 acl: path access granted: "911600dab2ae" 255 acl: path access granted: "911600dab2ae"
256 updating the branch cache 256 updating the branch cache
257 bundle2-input-part: total payload size 1606 257 bundle2-input-part: total payload size 1553
258 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 258 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
259 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 259 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
260 bundle2-input-bundle: 3 parts total 260 bundle2-input-bundle: 3 parts total
261 bundle2-output-bundle: "HG20", 2 parts total 261 bundle2-output-bundle: "HG20", 2 parts total
262 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 262 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
323 acl: acl.deny.branches not enabled 323 acl: acl.deny.branches not enabled
324 acl: acl.allow enabled, 0 entries for user fred 324 acl: acl.allow enabled, 0 entries for user fred
325 acl: acl.deny not enabled 325 acl: acl.deny not enabled
326 acl: branch access granted: "ef1ea85a6374" on branch "default" 326 acl: branch access granted: "ef1ea85a6374" on branch "default"
327 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "foo/file.txt" (changeset "ef1ea85a6374") 327 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
328 bundle2-input-part: total payload size 1606 328 bundle2-input-part: total payload size 1553
329 bundle2-input-bundle: 3 parts total 329 bundle2-input-bundle: 3 parts total
330 transaction abort! 330 transaction abort!
331 rollback completed 331 rollback completed
332 abort: acl: user "fred" not allowed on "foo/file.txt" (changeset "ef1ea85a6374") 332 abort: acl: user "fred" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
333 no rollback information available 333 no rollback information available
392 acl: path access granted: "ef1ea85a6374" 392 acl: path access granted: "ef1ea85a6374"
393 acl: branch access granted: "f9cafe1212c8" on branch "default" 393 acl: branch access granted: "f9cafe1212c8" on branch "default"
394 acl: path access granted: "f9cafe1212c8" 394 acl: path access granted: "f9cafe1212c8"
395 acl: branch access granted: "911600dab2ae" on branch "default" 395 acl: branch access granted: "911600dab2ae" on branch "default"
396 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae") 396 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
397 bundle2-input-part: total payload size 1606 397 bundle2-input-part: total payload size 1553
398 bundle2-input-bundle: 3 parts total 398 bundle2-input-bundle: 3 parts total
399 transaction abort! 399 transaction abort!
400 rollback completed 400 rollback completed
401 abort: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae") 401 abort: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
402 no rollback information available 402 no rollback information available
458 acl: acl.deny.branches not enabled 458 acl: acl.deny.branches not enabled
459 acl: acl.allow enabled, 0 entries for user barney 459 acl: acl.allow enabled, 0 entries for user barney
460 acl: acl.deny enabled, 0 entries for user barney 460 acl: acl.deny enabled, 0 entries for user barney
461 acl: branch access granted: "ef1ea85a6374" on branch "default" 461 acl: branch access granted: "ef1ea85a6374" on branch "default"
462 error: pretxnchangegroup.acl hook failed: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374") 462 error: pretxnchangegroup.acl hook failed: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
463 bundle2-input-part: total payload size 1606 463 bundle2-input-part: total payload size 1553
464 bundle2-input-bundle: 3 parts total 464 bundle2-input-bundle: 3 parts total
465 transaction abort! 465 transaction abort!
466 rollback completed 466 rollback completed
467 abort: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374") 467 abort: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
468 no rollback information available 468 no rollback information available
529 acl: path access granted: "ef1ea85a6374" 529 acl: path access granted: "ef1ea85a6374"
530 acl: branch access granted: "f9cafe1212c8" on branch "default" 530 acl: branch access granted: "f9cafe1212c8" on branch "default"
531 acl: path access granted: "f9cafe1212c8" 531 acl: path access granted: "f9cafe1212c8"
532 acl: branch access granted: "911600dab2ae" on branch "default" 532 acl: branch access granted: "911600dab2ae" on branch "default"
533 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae") 533 error: pretxnchangegroup.acl hook failed: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
534 bundle2-input-part: total payload size 1606 534 bundle2-input-part: total payload size 1553
535 bundle2-input-bundle: 3 parts total 535 bundle2-input-bundle: 3 parts total
536 transaction abort! 536 transaction abort!
537 rollback completed 537 rollback completed
538 abort: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae") 538 abort: acl: user "fred" not allowed on "quux/file.py" (changeset "911600dab2ae")
539 no rollback information available 539 no rollback information available
599 acl: acl.deny enabled, 2 entries for user fred 599 acl: acl.deny enabled, 2 entries for user fred
600 acl: branch access granted: "ef1ea85a6374" on branch "default" 600 acl: branch access granted: "ef1ea85a6374" on branch "default"
601 acl: path access granted: "ef1ea85a6374" 601 acl: path access granted: "ef1ea85a6374"
602 acl: branch access granted: "f9cafe1212c8" on branch "default" 602 acl: branch access granted: "f9cafe1212c8" on branch "default"
603 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8") 603 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
604 bundle2-input-part: total payload size 1606 604 bundle2-input-part: total payload size 1553
605 bundle2-input-bundle: 3 parts total 605 bundle2-input-bundle: 3 parts total
606 transaction abort! 606 transaction abort!
607 rollback completed 607 rollback completed
608 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8") 608 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
609 no rollback information available 609 no rollback information available
666 acl: acl.deny.branches not enabled 666 acl: acl.deny.branches not enabled
667 acl: acl.allow enabled, 0 entries for user barney 667 acl: acl.allow enabled, 0 entries for user barney
668 acl: acl.deny enabled, 0 entries for user barney 668 acl: acl.deny enabled, 0 entries for user barney
669 acl: branch access granted: "ef1ea85a6374" on branch "default" 669 acl: branch access granted: "ef1ea85a6374" on branch "default"
670 error: pretxnchangegroup.acl hook failed: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374") 670 error: pretxnchangegroup.acl hook failed: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
671 bundle2-input-part: total payload size 1606 671 bundle2-input-part: total payload size 1553
672 bundle2-input-bundle: 3 parts total 672 bundle2-input-bundle: 3 parts total
673 transaction abort! 673 transaction abort!
674 rollback completed 674 rollback completed
675 abort: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374") 675 abort: acl: user "barney" not allowed on "foo/file.txt" (changeset "ef1ea85a6374")
676 no rollback information available 676 no rollback information available
742 acl: branch access granted: "f9cafe1212c8" on branch "default" 742 acl: branch access granted: "f9cafe1212c8" on branch "default"
743 acl: path access granted: "f9cafe1212c8" 743 acl: path access granted: "f9cafe1212c8"
744 acl: branch access granted: "911600dab2ae" on branch "default" 744 acl: branch access granted: "911600dab2ae" on branch "default"
745 acl: path access granted: "911600dab2ae" 745 acl: path access granted: "911600dab2ae"
746 updating the branch cache 746 updating the branch cache
747 bundle2-input-part: total payload size 1606 747 bundle2-input-part: total payload size 1553
748 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 748 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
749 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 749 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
750 bundle2-input-bundle: 3 parts total 750 bundle2-input-bundle: 3 parts total
751 bundle2-output-bundle: "HG20", 2 parts total 751 bundle2-output-bundle: "HG20", 2 parts total
752 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 752 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
824 acl: path access granted: "ef1ea85a6374" 824 acl: path access granted: "ef1ea85a6374"
825 acl: branch access granted: "f9cafe1212c8" on branch "default" 825 acl: branch access granted: "f9cafe1212c8" on branch "default"
826 acl: path access granted: "f9cafe1212c8" 826 acl: path access granted: "f9cafe1212c8"
827 acl: branch access granted: "911600dab2ae" on branch "default" 827 acl: branch access granted: "911600dab2ae" on branch "default"
828 error: pretxnchangegroup.acl hook failed: acl: user "wilma" not allowed on "quux/file.py" (changeset "911600dab2ae") 828 error: pretxnchangegroup.acl hook failed: acl: user "wilma" not allowed on "quux/file.py" (changeset "911600dab2ae")
829 bundle2-input-part: total payload size 1606 829 bundle2-input-part: total payload size 1553
830 bundle2-input-bundle: 3 parts total 830 bundle2-input-bundle: 3 parts total
831 transaction abort! 831 transaction abort!
832 rollback completed 832 rollback completed
833 abort: acl: user "wilma" not allowed on "quux/file.py" (changeset "911600dab2ae") 833 abort: acl: user "wilma" not allowed on "quux/file.py" (changeset "911600dab2ae")
834 no rollback information available 834 no rollback information available
893 adding quux/file.py revisions 893 adding quux/file.py revisions
894 added 3 changesets with 3 changes to 3 files 894 added 3 changesets with 3 changes to 3 files
895 calling hook pretxnchangegroup.acl: hgext.acl.hook 895 calling hook pretxnchangegroup.acl: hgext.acl.hook
896 acl: checking access for user "barney" 896 acl: checking access for user "barney"
897 error: pretxnchangegroup.acl hook raised an exception: [Errno 2] No such file or directory: '../acl.config' 897 error: pretxnchangegroup.acl hook raised an exception: [Errno 2] No such file or directory: '../acl.config'
898 bundle2-input-part: total payload size 1606 898 bundle2-input-part: total payload size 1553
899 bundle2-input-bundle: 3 parts total 899 bundle2-input-bundle: 3 parts total
900 transaction abort! 900 transaction abort!
901 rollback completed 901 rollback completed
902 abort: No such file or directory: ../acl.config 902 abort: No such file or directory: ../acl.config
903 no rollback information available 903 no rollback information available
975 acl: path access granted: "ef1ea85a6374" 975 acl: path access granted: "ef1ea85a6374"
976 acl: branch access granted: "f9cafe1212c8" on branch "default" 976 acl: branch access granted: "f9cafe1212c8" on branch "default"
977 acl: path access granted: "f9cafe1212c8" 977 acl: path access granted: "f9cafe1212c8"
978 acl: branch access granted: "911600dab2ae" on branch "default" 978 acl: branch access granted: "911600dab2ae" on branch "default"
979 error: pretxnchangegroup.acl hook failed: acl: user "betty" not allowed on "quux/file.py" (changeset "911600dab2ae") 979 error: pretxnchangegroup.acl hook failed: acl: user "betty" not allowed on "quux/file.py" (changeset "911600dab2ae")
980 bundle2-input-part: total payload size 1606 980 bundle2-input-part: total payload size 1553
981 bundle2-input-bundle: 3 parts total 981 bundle2-input-bundle: 3 parts total
982 transaction abort! 982 transaction abort!
983 rollback completed 983 rollback completed
984 abort: acl: user "betty" not allowed on "quux/file.py" (changeset "911600dab2ae") 984 abort: acl: user "betty" not allowed on "quux/file.py" (changeset "911600dab2ae")
985 no rollback information available 985 no rollback information available
1060 acl: branch access granted: "f9cafe1212c8" on branch "default" 1060 acl: branch access granted: "f9cafe1212c8" on branch "default"
1061 acl: path access granted: "f9cafe1212c8" 1061 acl: path access granted: "f9cafe1212c8"
1062 acl: branch access granted: "911600dab2ae" on branch "default" 1062 acl: branch access granted: "911600dab2ae" on branch "default"
1063 acl: path access granted: "911600dab2ae" 1063 acl: path access granted: "911600dab2ae"
1064 updating the branch cache 1064 updating the branch cache
1065 bundle2-input-part: total payload size 1606 1065 bundle2-input-part: total payload size 1553
1066 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1066 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1067 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 1067 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1068 bundle2-input-bundle: 3 parts total 1068 bundle2-input-bundle: 3 parts total
1069 bundle2-output-bundle: "HG20", 2 parts total 1069 bundle2-output-bundle: "HG20", 2 parts total
1070 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 1070 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1146 acl: branch access granted: "f9cafe1212c8" on branch "default" 1146 acl: branch access granted: "f9cafe1212c8" on branch "default"
1147 acl: path access granted: "f9cafe1212c8" 1147 acl: path access granted: "f9cafe1212c8"
1148 acl: branch access granted: "911600dab2ae" on branch "default" 1148 acl: branch access granted: "911600dab2ae" on branch "default"
1149 acl: path access granted: "911600dab2ae" 1149 acl: path access granted: "911600dab2ae"
1150 updating the branch cache 1150 updating the branch cache
1151 bundle2-input-part: total payload size 1606 1151 bundle2-input-part: total payload size 1553
1152 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1152 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1153 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 1153 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1154 bundle2-input-bundle: 3 parts total 1154 bundle2-input-bundle: 3 parts total
1155 bundle2-output-bundle: "HG20", 2 parts total 1155 bundle2-output-bundle: "HG20", 2 parts total
1156 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 1156 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1225 acl: acl.deny enabled, 1 entries for user fred 1225 acl: acl.deny enabled, 1 entries for user fred
1226 acl: branch access granted: "ef1ea85a6374" on branch "default" 1226 acl: branch access granted: "ef1ea85a6374" on branch "default"
1227 acl: path access granted: "ef1ea85a6374" 1227 acl: path access granted: "ef1ea85a6374"
1228 acl: branch access granted: "f9cafe1212c8" on branch "default" 1228 acl: branch access granted: "f9cafe1212c8" on branch "default"
1229 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8") 1229 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
1230 bundle2-input-part: total payload size 1606 1230 bundle2-input-part: total payload size 1553
1231 bundle2-input-bundle: 3 parts total 1231 bundle2-input-bundle: 3 parts total
1232 transaction abort! 1232 transaction abort!
1233 rollback completed 1233 rollback completed
1234 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8") 1234 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
1235 no rollback information available 1235 no rollback information available
1305 acl: branch access granted: "f9cafe1212c8" on branch "default" 1305 acl: branch access granted: "f9cafe1212c8" on branch "default"
1306 acl: path access granted: "f9cafe1212c8" 1306 acl: path access granted: "f9cafe1212c8"
1307 acl: branch access granted: "911600dab2ae" on branch "default" 1307 acl: branch access granted: "911600dab2ae" on branch "default"
1308 acl: path access granted: "911600dab2ae" 1308 acl: path access granted: "911600dab2ae"
1309 updating the branch cache 1309 updating the branch cache
1310 bundle2-input-part: total payload size 1606 1310 bundle2-input-part: total payload size 1553
1311 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1311 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1312 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 1312 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1313 bundle2-input-bundle: 3 parts total 1313 bundle2-input-bundle: 3 parts total
1314 bundle2-output-bundle: "HG20", 2 parts total 1314 bundle2-output-bundle: "HG20", 2 parts total
1315 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload 1315 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
1386 acl: acl.deny enabled, 1 entries for user fred 1386 acl: acl.deny enabled, 1 entries for user fred
1387 acl: branch access granted: "ef1ea85a6374" on branch "default" 1387 acl: branch access granted: "ef1ea85a6374" on branch "default"
1388 acl: path access granted: "ef1ea85a6374" 1388 acl: path access granted: "ef1ea85a6374"
1389 acl: branch access granted: "f9cafe1212c8" on branch "default" 1389 acl: branch access granted: "f9cafe1212c8" on branch "default"
1390 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8") 1390 error: pretxnchangegroup.acl hook failed: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
1391 bundle2-input-part: total payload size 1606 1391 bundle2-input-part: total payload size 1553
1392 bundle2-input-bundle: 3 parts total 1392 bundle2-input-bundle: 3 parts total
1393 transaction abort! 1393 transaction abort!
1394 rollback completed 1394 rollback completed
1395 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8") 1395 abort: acl: user "fred" denied on "foo/Bar/file.txt" (changeset "f9cafe1212c8")
1396 no rollback information available 1396 no rollback information available
1507 acl: branch access granted: "911600dab2ae" on branch "default" 1507 acl: branch access granted: "911600dab2ae" on branch "default"
1508 acl: path access granted: "911600dab2ae" 1508 acl: path access granted: "911600dab2ae"
1509 acl: branch access granted: "e8fc755d4d82" on branch "foobar" 1509 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1510 acl: path access granted: "e8fc755d4d82" 1510 acl: path access granted: "e8fc755d4d82"
1511 updating the branch cache 1511 updating the branch cache
1512 bundle2-input-part: total payload size 2139 1512 bundle2-input-part: total payload size 2068
1513 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1513 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1514 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 1514 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1515 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1515 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1516 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01" 1516 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01"
1517 bundle2-input-bundle: 4 parts total 1517 bundle2-input-bundle: 4 parts total
1593 acl: branch access granted: "f9cafe1212c8" on branch "default" 1593 acl: branch access granted: "f9cafe1212c8" on branch "default"
1594 acl: path access granted: "f9cafe1212c8" 1594 acl: path access granted: "f9cafe1212c8"
1595 acl: branch access granted: "911600dab2ae" on branch "default" 1595 acl: branch access granted: "911600dab2ae" on branch "default"
1596 acl: path access granted: "911600dab2ae" 1596 acl: path access granted: "911600dab2ae"
1597 error: pretxnchangegroup.acl hook failed: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82") 1597 error: pretxnchangegroup.acl hook failed: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82")
1598 bundle2-input-part: total payload size 2139 1598 bundle2-input-part: total payload size 2068
1599 bundle2-input-bundle: 4 parts total 1599 bundle2-input-bundle: 4 parts total
1600 transaction abort! 1600 transaction abort!
1601 rollback completed 1601 rollback completed
1602 abort: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82") 1602 abort: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82")
1603 no rollback information available 1603 no rollback information available
1661 acl: acl.allow.branches enabled, 0 entries for user astro 1661 acl: acl.allow.branches enabled, 0 entries for user astro
1662 acl: acl.deny.branches not enabled 1662 acl: acl.deny.branches not enabled
1663 acl: acl.allow not enabled 1663 acl: acl.allow not enabled
1664 acl: acl.deny not enabled 1664 acl: acl.deny not enabled
1665 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374") 1665 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1666 bundle2-input-part: total payload size 2139 1666 bundle2-input-part: total payload size 2068
1667 bundle2-input-bundle: 4 parts total 1667 bundle2-input-bundle: 4 parts total
1668 transaction abort! 1668 transaction abort!
1669 rollback completed 1669 rollback completed
1670 abort: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374") 1670 abort: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1671 no rollback information available 1671 no rollback information available
1731 acl: acl.allow.branches enabled, 0 entries for user astro 1731 acl: acl.allow.branches enabled, 0 entries for user astro
1732 acl: acl.deny.branches not enabled 1732 acl: acl.deny.branches not enabled
1733 acl: acl.allow not enabled 1733 acl: acl.allow not enabled
1734 acl: acl.deny not enabled 1734 acl: acl.deny not enabled
1735 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374") 1735 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1736 bundle2-input-part: total payload size 2139 1736 bundle2-input-part: total payload size 2068
1737 bundle2-input-bundle: 4 parts total 1737 bundle2-input-bundle: 4 parts total
1738 transaction abort! 1738 transaction abort!
1739 rollback completed 1739 rollback completed
1740 abort: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374") 1740 abort: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1741 no rollback information available 1741 no rollback information available
1803 acl: branch access granted: "911600dab2ae" on branch "default" 1803 acl: branch access granted: "911600dab2ae" on branch "default"
1804 acl: path access granted: "911600dab2ae" 1804 acl: path access granted: "911600dab2ae"
1805 acl: branch access granted: "e8fc755d4d82" on branch "foobar" 1805 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1806 acl: path access granted: "e8fc755d4d82" 1806 acl: path access granted: "e8fc755d4d82"
1807 updating the branch cache 1807 updating the branch cache
1808 bundle2-input-part: total payload size 2139 1808 bundle2-input-part: total payload size 2068
1809 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1809 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1810 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 1810 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1811 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1811 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1812 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01" 1812 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01"
1813 bundle2-input-bundle: 4 parts total 1813 bundle2-input-bundle: 4 parts total
1896 acl: branch access granted: "911600dab2ae" on branch "default" 1896 acl: branch access granted: "911600dab2ae" on branch "default"
1897 acl: path access granted: "911600dab2ae" 1897 acl: path access granted: "911600dab2ae"
1898 acl: branch access granted: "e8fc755d4d82" on branch "foobar" 1898 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1899 acl: path access granted: "e8fc755d4d82" 1899 acl: path access granted: "e8fc755d4d82"
1900 updating the branch cache 1900 updating the branch cache
1901 bundle2-input-part: total payload size 2139 1901 bundle2-input-part: total payload size 2068
1902 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1902 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1903 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 1903 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1904 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 1904 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1905 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01" 1905 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01"
1906 bundle2-input-bundle: 4 parts total 1906 bundle2-input-bundle: 4 parts total
1980 acl: acl.allow.branches not enabled 1980 acl: acl.allow.branches not enabled
1981 acl: acl.deny.branches enabled, 1 entries for user george 1981 acl: acl.deny.branches enabled, 1 entries for user george
1982 acl: acl.allow not enabled 1982 acl: acl.allow not enabled
1983 acl: acl.deny not enabled 1983 acl: acl.deny not enabled
1984 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374") 1984 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
1985 bundle2-input-part: total payload size 2139 1985 bundle2-input-part: total payload size 2068
1986 bundle2-input-bundle: 4 parts total 1986 bundle2-input-bundle: 4 parts total
1987 transaction abort! 1987 transaction abort!
1988 rollback completed 1988 rollback completed
1989 abort: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374") 1989 abort: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
1990 no rollback information available 1990 no rollback information available
2057 acl: branch access granted: "911600dab2ae" on branch "default" 2057 acl: branch access granted: "911600dab2ae" on branch "default"
2058 acl: path access granted: "911600dab2ae" 2058 acl: path access granted: "911600dab2ae"
2059 acl: branch access granted: "e8fc755d4d82" on branch "foobar" 2059 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
2060 acl: path access granted: "e8fc755d4d82" 2060 acl: path access granted: "e8fc755d4d82"
2061 updating the branch cache 2061 updating the branch cache
2062 bundle2-input-part: total payload size 2139 2062 bundle2-input-part: total payload size 2068
2063 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 2063 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
2064 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955" 2064 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
2065 bundle2-input-part: "pushkey" (params: 4 mandatory) supported 2065 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
2066 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01" 2066 pushing key for "phases:e8fc755d4d8217ee5b0c2bb41558c40d43b92c01"
2067 bundle2-input-bundle: 4 parts total 2067 bundle2-input-bundle: 4 parts total
2135 acl: acl.allow.branches not enabled 2135 acl: acl.allow.branches not enabled
2136 acl: acl.deny.branches enabled, 1 entries for user george 2136 acl: acl.deny.branches enabled, 1 entries for user george
2137 acl: acl.allow not enabled 2137 acl: acl.allow not enabled
2138 acl: acl.deny not enabled 2138 acl: acl.deny not enabled
2139 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374") 2139 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
2140 bundle2-input-part: total payload size 2139 2140 bundle2-input-part: total payload size 2068
2141 bundle2-input-bundle: 4 parts total 2141 bundle2-input-bundle: 4 parts total
2142 transaction abort! 2142 transaction abort!
2143 rollback completed 2143 rollback completed
2144 abort: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374") 2144 abort: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
2145 no rollback information available 2145 no rollback information available