Mercurial > hg-stable
comparison tests/test-acl.t @ 42903:d7304434390f
changegroup: move message about added changes to transaction summary
Before that, applying multiple changegroups in the same transaction issued the
message multiple time. This result in a confusing output:
adding changesets
adding manifests
adding file changes
added 32768 changesets with 60829 changes to 2668 files
adding changesets
adding manifests
adding file changes
added 8192 changesets with 16885 changes to 1553 files
adding changesets
adding manifests
adding file changes
added 1020 changesets with 1799 changes to 536 files
adding changesets
adding manifests
...
Instead, we now only issue the message once at the end of the transaction,
summing up all added changesets, changes and files. The line is identical, but
happens sightly later in the output.
There are other suboptimal behavior around issue multiple changegroup (eg:
progress bar). We'll cover them later.
This impact of lot of test as one would expect, but a two pass check show they
are just the order change we expected.
To deal with "under the hood" bundle application by internal code, we had to
take a slightly hacky move. We could clean that up with a more official way to
enter "under the hood" section, however I want to keep this series simple to get
it landed. This kind of change have a very high bit rot rate since it impact a
lot of test output.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 08 Sep 2019 09:42:53 +0200 |
parents | cab32f08c994 |
children | 181ee2118a96 |
comparison
equal
deleted
inserted
replaced
42902:7e19b640c53e | 42903:d7304434390f |
---|---|
129 adding manifests | 129 adding manifests |
130 adding file changes | 130 adding file changes |
131 adding foo/Bar/file.txt revisions | 131 adding foo/Bar/file.txt revisions |
132 adding foo/file.txt revisions | 132 adding foo/file.txt revisions |
133 adding quux/file.py revisions | 133 adding quux/file.py revisions |
134 added 3 changesets with 3 changes to 3 files | |
135 bundle2-input-part: total payload size 1553 | 134 bundle2-input-part: total payload size 1553 |
136 bundle2-input-part: "phase-heads" supported | 135 bundle2-input-part: "phase-heads" supported |
137 bundle2-input-part: total payload size 24 | 136 bundle2-input-part: total payload size 24 |
138 bundle2-input-bundle: 4 parts total | 137 bundle2-input-bundle: 4 parts total |
139 updating the branch cache | 138 updating the branch cache |
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: 0 parts total |
194 adding manifests | 194 adding manifests |
195 adding file changes | 195 adding file changes |
196 adding foo/Bar/file.txt revisions | 196 adding foo/Bar/file.txt revisions |
197 adding foo/file.txt revisions | 197 adding foo/file.txt revisions |
198 adding quux/file.py revisions | 198 adding quux/file.py revisions |
199 added 3 changesets with 3 changes to 3 files | |
200 calling hook pretxnchangegroup.acl: hgext.acl.hook | 199 calling hook pretxnchangegroup.acl: hgext.acl.hook |
201 acl: changes have source "push" - skipping | 200 acl: changes have source "push" - skipping |
202 bundle2-input-part: total payload size 1553 | 201 bundle2-input-part: total payload size 1553 |
203 bundle2-input-part: "phase-heads" supported | 202 bundle2-input-part: "phase-heads" supported |
204 bundle2-input-part: total payload size 24 | 203 bundle2-input-part: total payload size 24 |
205 bundle2-input-bundle: 4 parts total | 204 bundle2-input-bundle: 4 parts total |
206 updating the branch cache | 205 updating the branch cache |
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: 0 parts total |
261 adding manifests | 261 adding manifests |
262 adding file changes | 262 adding file changes |
263 adding foo/Bar/file.txt revisions | 263 adding foo/Bar/file.txt revisions |
264 adding foo/file.txt revisions | 264 adding foo/file.txt revisions |
265 adding quux/file.py revisions | 265 adding quux/file.py revisions |
266 added 3 changesets with 3 changes to 3 files | |
267 calling hook pretxnchangegroup.acl: hgext.acl.hook | 266 calling hook pretxnchangegroup.acl: hgext.acl.hook |
268 acl: checking access for user "fred" | 267 acl: checking access for user "fred" |
269 acl: acl.allow.branches not enabled | 268 acl: acl.allow.branches not enabled |
270 acl: acl.deny.branches not enabled | 269 acl: acl.deny.branches not enabled |
271 acl: acl.allow not enabled | 270 acl: acl.allow not enabled |
279 bundle2-input-part: total payload size 1553 | 278 bundle2-input-part: total payload size 1553 |
280 bundle2-input-part: "phase-heads" supported | 279 bundle2-input-part: "phase-heads" supported |
281 bundle2-input-part: total payload size 24 | 280 bundle2-input-part: total payload size 24 |
282 bundle2-input-bundle: 4 parts total | 281 bundle2-input-bundle: 4 parts total |
283 updating the branch cache | 282 updating the branch cache |
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: 0 parts total |
338 adding manifests | 338 adding manifests |
339 adding file changes | 339 adding file changes |
340 adding foo/Bar/file.txt revisions | 340 adding foo/Bar/file.txt revisions |
341 adding foo/file.txt revisions | 341 adding foo/file.txt revisions |
342 adding quux/file.py revisions | 342 adding quux/file.py revisions |
343 added 3 changesets with 3 changes to 3 files | |
344 calling hook pretxnchangegroup.acl: hgext.acl.hook | 343 calling hook pretxnchangegroup.acl: hgext.acl.hook |
345 acl: checking access for user "fred" | 344 acl: checking access for user "fred" |
346 acl: acl.allow.branches not enabled | 345 acl: acl.allow.branches not enabled |
347 acl: acl.deny.branches not enabled | 346 acl: acl.deny.branches not enabled |
348 acl: acl.allow enabled, 0 entries for user fred | 347 acl: acl.allow enabled, 0 entries for user fred |
407 adding manifests | 406 adding manifests |
408 adding file changes | 407 adding file changes |
409 adding foo/Bar/file.txt revisions | 408 adding foo/Bar/file.txt revisions |
410 adding foo/file.txt revisions | 409 adding foo/file.txt revisions |
411 adding quux/file.py revisions | 410 adding quux/file.py revisions |
412 added 3 changesets with 3 changes to 3 files | |
413 calling hook pretxnchangegroup.acl: hgext.acl.hook | 411 calling hook pretxnchangegroup.acl: hgext.acl.hook |
414 acl: checking access for user "fred" | 412 acl: checking access for user "fred" |
415 acl: acl.allow.branches not enabled | 413 acl: acl.allow.branches not enabled |
416 acl: acl.deny.branches not enabled | 414 acl: acl.deny.branches not enabled |
417 acl: acl.allow enabled, 1 entries for user fred | 415 acl: acl.allow enabled, 1 entries for user fred |
481 adding manifests | 479 adding manifests |
482 adding file changes | 480 adding file changes |
483 adding foo/Bar/file.txt revisions | 481 adding foo/Bar/file.txt revisions |
484 adding foo/file.txt revisions | 482 adding foo/file.txt revisions |
485 adding quux/file.py revisions | 483 adding quux/file.py revisions |
486 added 3 changesets with 3 changes to 3 files | |
487 calling hook pretxnchangegroup.acl: hgext.acl.hook | 484 calling hook pretxnchangegroup.acl: hgext.acl.hook |
488 acl: checking access for user "barney" | 485 acl: checking access for user "barney" |
489 acl: acl.allow.branches not enabled | 486 acl: acl.allow.branches not enabled |
490 acl: acl.deny.branches not enabled | 487 acl: acl.deny.branches not enabled |
491 acl: acl.allow enabled, 0 entries for user barney | 488 acl: acl.allow enabled, 0 entries for user barney |
552 adding manifests | 549 adding manifests |
553 adding file changes | 550 adding file changes |
554 adding foo/Bar/file.txt revisions | 551 adding foo/Bar/file.txt revisions |
555 adding foo/file.txt revisions | 552 adding foo/file.txt revisions |
556 adding quux/file.py revisions | 553 adding quux/file.py revisions |
557 added 3 changesets with 3 changes to 3 files | |
558 calling hook pretxnchangegroup.acl: hgext.acl.hook | 554 calling hook pretxnchangegroup.acl: hgext.acl.hook |
559 acl: checking access for user "fred" | 555 acl: checking access for user "fred" |
560 acl: acl.allow.branches not enabled | 556 acl: acl.allow.branches not enabled |
561 acl: acl.deny.branches not enabled | 557 acl: acl.deny.branches not enabled |
562 acl: acl.allow enabled, 1 entries for user fred | 558 acl: acl.allow enabled, 1 entries for user fred |
628 adding manifests | 624 adding manifests |
629 adding file changes | 625 adding file changes |
630 adding foo/Bar/file.txt revisions | 626 adding foo/Bar/file.txt revisions |
631 adding foo/file.txt revisions | 627 adding foo/file.txt revisions |
632 adding quux/file.py revisions | 628 adding quux/file.py revisions |
633 added 3 changesets with 3 changes to 3 files | |
634 calling hook pretxnchangegroup.acl: hgext.acl.hook | 629 calling hook pretxnchangegroup.acl: hgext.acl.hook |
635 acl: checking access for user "fred" | 630 acl: checking access for user "fred" |
636 acl: acl.allow.branches not enabled | 631 acl: acl.allow.branches not enabled |
637 acl: acl.deny.branches not enabled | 632 acl: acl.deny.branches not enabled |
638 acl: acl.allow enabled, 1 entries for user fred | 633 acl: acl.allow enabled, 1 entries for user fred |
701 adding manifests | 696 adding manifests |
702 adding file changes | 697 adding file changes |
703 adding foo/Bar/file.txt revisions | 698 adding foo/Bar/file.txt revisions |
704 adding foo/file.txt revisions | 699 adding foo/file.txt revisions |
705 adding quux/file.py revisions | 700 adding quux/file.py revisions |
706 added 3 changesets with 3 changes to 3 files | |
707 calling hook pretxnchangegroup.acl: hgext.acl.hook | 701 calling hook pretxnchangegroup.acl: hgext.acl.hook |
708 acl: checking access for user "barney" | 702 acl: checking access for user "barney" |
709 acl: acl.allow.branches not enabled | 703 acl: acl.allow.branches not enabled |
710 acl: acl.deny.branches not enabled | 704 acl: acl.deny.branches not enabled |
711 acl: acl.allow enabled, 0 entries for user barney | 705 acl: acl.allow enabled, 0 entries for user barney |
773 adding changesets | 767 adding changesets |
774 add changeset ef1ea85a6374 | 768 add changeset ef1ea85a6374 |
775 adding manifests | 769 adding manifests |
776 adding file changes | 770 adding file changes |
777 adding foo/file.txt revisions | 771 adding foo/file.txt revisions |
778 added 1 changesets with 1 changes to 1 files | |
779 calling hook pretxnchangegroup.acl: hgext.acl.hook | 772 calling hook pretxnchangegroup.acl: hgext.acl.hook |
780 acl: checking access for user "fred" | 773 acl: checking access for user "fred" |
781 acl: acl.allow.branches not enabled | 774 acl: acl.allow.branches not enabled |
782 acl: acl.deny.branches not enabled | 775 acl: acl.deny.branches not enabled |
783 acl: acl.allow enabled, 1 entries for user fred | 776 acl: acl.allow enabled, 1 entries for user fred |
794 acl: acl.allow.bookmarks not enabled | 787 acl: acl.allow.bookmarks not enabled |
795 acl: acl.deny.bookmarks not enabled | 788 acl: acl.deny.bookmarks not enabled |
796 acl: bookmark access granted: "ef1ea85a6374b77d6da9dcda9541f498f2d17df7" on bookmark "moving-bookmark" | 789 acl: bookmark access granted: "ef1ea85a6374b77d6da9dcda9541f498f2d17df7" on bookmark "moving-bookmark" |
797 bundle2-input-bundle: 6 parts total | 790 bundle2-input-bundle: 6 parts total |
798 updating the branch cache | 791 updating the branch cache |
792 added 1 changesets with 1 changes to 1 files | |
799 bundle2-output-bundle: "HG20", 1 parts total | 793 bundle2-output-bundle: "HG20", 1 parts total |
800 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 794 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
801 bundle2-input-bundle: no-transaction | 795 bundle2-input-bundle: no-transaction |
802 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 796 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
803 bundle2-input-bundle: 0 parts total | 797 bundle2-input-bundle: 0 parts total |
859 adding changesets | 853 adding changesets |
860 add changeset ef1ea85a6374 | 854 add changeset ef1ea85a6374 |
861 adding manifests | 855 adding manifests |
862 adding file changes | 856 adding file changes |
863 adding foo/file.txt revisions | 857 adding foo/file.txt revisions |
864 added 1 changesets with 1 changes to 1 files | |
865 calling hook pretxnchangegroup.acl: hgext.acl.hook | 858 calling hook pretxnchangegroup.acl: hgext.acl.hook |
866 acl: checking access for user "fred" | 859 acl: checking access for user "fred" |
867 acl: acl.allow.branches not enabled | 860 acl: acl.allow.branches not enabled |
868 acl: acl.deny.branches not enabled | 861 acl: acl.deny.branches not enabled |
869 acl: acl.allow enabled, 1 entries for user fred | 862 acl: acl.allow enabled, 1 entries for user fred |
948 adding manifests | 941 adding manifests |
949 adding file changes | 942 adding file changes |
950 adding foo/Bar/file.txt revisions | 943 adding foo/Bar/file.txt revisions |
951 adding foo/file.txt revisions | 944 adding foo/file.txt revisions |
952 adding quux/file.py revisions | 945 adding quux/file.py revisions |
953 added 3 changesets with 3 changes to 3 files | |
954 calling hook pretxnchangegroup.acl: hgext.acl.hook | 946 calling hook pretxnchangegroup.acl: hgext.acl.hook |
955 acl: checking access for user "barney" | 947 acl: checking access for user "barney" |
956 acl: acl.allow.branches not enabled | 948 acl: acl.allow.branches not enabled |
957 acl: acl.deny.branches not enabled | 949 acl: acl.deny.branches not enabled |
958 acl: acl.allow enabled, 1 entries for user barney | 950 acl: acl.allow enabled, 1 entries for user barney |
966 bundle2-input-part: total payload size 1553 | 958 bundle2-input-part: total payload size 1553 |
967 bundle2-input-part: "phase-heads" supported | 959 bundle2-input-part: "phase-heads" supported |
968 bundle2-input-part: total payload size 24 | 960 bundle2-input-part: total payload size 24 |
969 bundle2-input-bundle: 4 parts total | 961 bundle2-input-bundle: 4 parts total |
970 updating the branch cache | 962 updating the branch cache |
963 added 3 changesets with 3 changes to 3 files | |
971 bundle2-output-bundle: "HG20", 1 parts total | 964 bundle2-output-bundle: "HG20", 1 parts total |
972 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 965 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
973 bundle2-input-bundle: no-transaction | 966 bundle2-input-bundle: no-transaction |
974 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 967 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
975 bundle2-input-bundle: 0 parts total | 968 bundle2-input-bundle: 0 parts total |
1032 adding manifests | 1025 adding manifests |
1033 adding file changes | 1026 adding file changes |
1034 adding foo/Bar/file.txt revisions | 1027 adding foo/Bar/file.txt revisions |
1035 adding foo/file.txt revisions | 1028 adding foo/file.txt revisions |
1036 adding quux/file.py revisions | 1029 adding quux/file.py revisions |
1037 added 3 changesets with 3 changes to 3 files | |
1038 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1030 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1039 acl: checking access for user "wilma" | 1031 acl: checking access for user "wilma" |
1040 acl: acl.allow.branches not enabled | 1032 acl: acl.allow.branches not enabled |
1041 acl: acl.deny.branches not enabled | 1033 acl: acl.deny.branches not enabled |
1042 acl: acl.allow enabled, 1 entries for user wilma | 1034 acl: acl.allow enabled, 1 entries for user wilma |
1114 adding manifests | 1106 adding manifests |
1115 adding file changes | 1107 adding file changes |
1116 adding foo/Bar/file.txt revisions | 1108 adding foo/Bar/file.txt revisions |
1117 adding foo/file.txt revisions | 1109 adding foo/file.txt revisions |
1118 adding quux/file.py revisions | 1110 adding quux/file.py revisions |
1119 added 3 changesets with 3 changes to 3 files | |
1120 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1111 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1121 acl: checking access for user "barney" | 1112 acl: checking access for user "barney" |
1122 error: pretxnchangegroup.acl hook raised an exception: [Errno *] * (glob) | 1113 error: pretxnchangegroup.acl hook raised an exception: [Errno *] * (glob) |
1123 bundle2-input-part: total payload size 1553 | 1114 bundle2-input-part: total payload size 1553 |
1124 bundle2-input-part: total payload size 24 | 1115 bundle2-input-part: total payload size 24 |
1191 adding manifests | 1182 adding manifests |
1192 adding file changes | 1183 adding file changes |
1193 adding foo/Bar/file.txt revisions | 1184 adding foo/Bar/file.txt revisions |
1194 adding foo/file.txt revisions | 1185 adding foo/file.txt revisions |
1195 adding quux/file.py revisions | 1186 adding quux/file.py revisions |
1196 added 3 changesets with 3 changes to 3 files | |
1197 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1187 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1198 acl: checking access for user "betty" | 1188 acl: checking access for user "betty" |
1199 acl: acl.allow.branches not enabled | 1189 acl: acl.allow.branches not enabled |
1200 acl: acl.deny.branches not enabled | 1190 acl: acl.deny.branches not enabled |
1201 acl: acl.allow enabled, 1 entries for user betty | 1191 acl: acl.allow enabled, 1 entries for user betty |
1279 adding manifests | 1269 adding manifests |
1280 adding file changes | 1270 adding file changes |
1281 adding foo/Bar/file.txt revisions | 1271 adding foo/Bar/file.txt revisions |
1282 adding foo/file.txt revisions | 1272 adding foo/file.txt revisions |
1283 adding quux/file.py revisions | 1273 adding quux/file.py revisions |
1284 added 3 changesets with 3 changes to 3 files | |
1285 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1274 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1286 acl: checking access for user "barney" | 1275 acl: checking access for user "barney" |
1287 acl: acl.allow.branches not enabled | 1276 acl: acl.allow.branches not enabled |
1288 acl: acl.deny.branches not enabled | 1277 acl: acl.deny.branches not enabled |
1289 acl: acl.allow enabled, 1 entries for user barney | 1278 acl: acl.allow enabled, 1 entries for user barney |
1297 bundle2-input-part: total payload size 1553 | 1286 bundle2-input-part: total payload size 1553 |
1298 bundle2-input-part: "phase-heads" supported | 1287 bundle2-input-part: "phase-heads" supported |
1299 bundle2-input-part: total payload size 24 | 1288 bundle2-input-part: total payload size 24 |
1300 bundle2-input-bundle: 4 parts total | 1289 bundle2-input-bundle: 4 parts total |
1301 updating the branch cache | 1290 updating the branch cache |
1291 added 3 changesets with 3 changes to 3 files | |
1302 bundle2-output-bundle: "HG20", 1 parts total | 1292 bundle2-output-bundle: "HG20", 1 parts total |
1303 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 1293 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
1304 bundle2-input-bundle: no-transaction | 1294 bundle2-input-bundle: no-transaction |
1305 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 1295 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
1306 bundle2-input-bundle: 0 parts total | 1296 bundle2-input-bundle: 0 parts total |
1367 adding manifests | 1357 adding manifests |
1368 adding file changes | 1358 adding file changes |
1369 adding foo/Bar/file.txt revisions | 1359 adding foo/Bar/file.txt revisions |
1370 adding foo/file.txt revisions | 1360 adding foo/file.txt revisions |
1371 adding quux/file.py revisions | 1361 adding quux/file.py revisions |
1372 added 3 changesets with 3 changes to 3 files | |
1373 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1362 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1374 acl: checking access for user "fred" | 1363 acl: checking access for user "fred" |
1375 acl: acl.allow.branches not enabled | 1364 acl: acl.allow.branches not enabled |
1376 acl: acl.deny.branches not enabled | 1365 acl: acl.deny.branches not enabled |
1377 acl: acl.allow enabled, 1 entries for user fred | 1366 acl: acl.allow enabled, 1 entries for user fred |
1385 bundle2-input-part: total payload size 1553 | 1374 bundle2-input-part: total payload size 1553 |
1386 bundle2-input-part: "phase-heads" supported | 1375 bundle2-input-part: "phase-heads" supported |
1387 bundle2-input-part: total payload size 24 | 1376 bundle2-input-part: total payload size 24 |
1388 bundle2-input-bundle: 4 parts total | 1377 bundle2-input-bundle: 4 parts total |
1389 updating the branch cache | 1378 updating the branch cache |
1379 added 3 changesets with 3 changes to 3 files | |
1390 bundle2-output-bundle: "HG20", 1 parts total | 1380 bundle2-output-bundle: "HG20", 1 parts total |
1391 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 1381 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
1392 bundle2-input-bundle: no-transaction | 1382 bundle2-input-bundle: no-transaction |
1393 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 1383 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
1394 bundle2-input-bundle: 0 parts total | 1384 bundle2-input-bundle: 0 parts total |
1451 adding manifests | 1441 adding manifests |
1452 adding file changes | 1442 adding file changes |
1453 adding foo/Bar/file.txt revisions | 1443 adding foo/Bar/file.txt revisions |
1454 adding foo/file.txt revisions | 1444 adding foo/file.txt revisions |
1455 adding quux/file.py revisions | 1445 adding quux/file.py revisions |
1456 added 3 changesets with 3 changes to 3 files | |
1457 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1446 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1458 acl: checking access for user "fred" | 1447 acl: checking access for user "fred" |
1459 acl: acl.allow.branches not enabled | 1448 acl: acl.allow.branches not enabled |
1460 acl: acl.deny.branches not enabled | 1449 acl: acl.deny.branches not enabled |
1461 acl: acl.allow enabled, 1 entries for user fred | 1450 acl: acl.allow enabled, 1 entries for user fred |
1532 adding manifests | 1521 adding manifests |
1533 adding file changes | 1522 adding file changes |
1534 adding foo/Bar/file.txt revisions | 1523 adding foo/Bar/file.txt revisions |
1535 adding foo/file.txt revisions | 1524 adding foo/file.txt revisions |
1536 adding quux/file.py revisions | 1525 adding quux/file.py revisions |
1537 added 3 changesets with 3 changes to 3 files | |
1538 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1526 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1539 acl: checking access for user "fred" | 1527 acl: checking access for user "fred" |
1540 acl: acl.allow.branches not enabled | 1528 acl: acl.allow.branches not enabled |
1541 acl: acl.deny.branches not enabled | 1529 acl: acl.deny.branches not enabled |
1542 acl: "group1" not defined in [acl.groups] | 1530 acl: "group1" not defined in [acl.groups] |
1551 bundle2-input-part: total payload size 1553 | 1539 bundle2-input-part: total payload size 1553 |
1552 bundle2-input-part: "phase-heads" supported | 1540 bundle2-input-part: "phase-heads" supported |
1553 bundle2-input-part: total payload size 24 | 1541 bundle2-input-part: total payload size 24 |
1554 bundle2-input-bundle: 4 parts total | 1542 bundle2-input-bundle: 4 parts total |
1555 updating the branch cache | 1543 updating the branch cache |
1544 added 3 changesets with 3 changes to 3 files | |
1556 bundle2-output-bundle: "HG20", 1 parts total | 1545 bundle2-output-bundle: "HG20", 1 parts total |
1557 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 1546 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
1558 bundle2-input-bundle: no-transaction | 1547 bundle2-input-bundle: no-transaction |
1559 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 1548 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
1560 bundle2-input-bundle: 0 parts total | 1549 bundle2-input-bundle: 0 parts total |
1617 adding manifests | 1606 adding manifests |
1618 adding file changes | 1607 adding file changes |
1619 adding foo/Bar/file.txt revisions | 1608 adding foo/Bar/file.txt revisions |
1620 adding foo/file.txt revisions | 1609 adding foo/file.txt revisions |
1621 adding quux/file.py revisions | 1610 adding quux/file.py revisions |
1622 added 3 changesets with 3 changes to 3 files | |
1623 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1611 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1624 acl: checking access for user "fred" | 1612 acl: checking access for user "fred" |
1625 acl: acl.allow.branches not enabled | 1613 acl: acl.allow.branches not enabled |
1626 acl: acl.deny.branches not enabled | 1614 acl: acl.deny.branches not enabled |
1627 acl: "group1" not defined in [acl.groups] | 1615 acl: "group1" not defined in [acl.groups] |
1741 adding file changes | 1729 adding file changes |
1742 adding abc.txt revisions | 1730 adding abc.txt revisions |
1743 adding foo/Bar/file.txt revisions | 1731 adding foo/Bar/file.txt revisions |
1744 adding foo/file.txt revisions | 1732 adding foo/file.txt revisions |
1745 adding quux/file.py revisions | 1733 adding quux/file.py revisions |
1746 added 4 changesets with 4 changes to 4 files (+1 heads) | |
1747 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1734 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1748 acl: checking access for user "astro" | 1735 acl: checking access for user "astro" |
1749 acl: acl.allow.branches not enabled | 1736 acl: acl.allow.branches not enabled |
1750 acl: acl.deny.branches not enabled | 1737 acl: acl.deny.branches not enabled |
1751 acl: acl.allow not enabled | 1738 acl: acl.allow not enabled |
1761 bundle2-input-part: total payload size 2068 | 1748 bundle2-input-part: total payload size 2068 |
1762 bundle2-input-part: "phase-heads" supported | 1749 bundle2-input-part: "phase-heads" supported |
1763 bundle2-input-part: total payload size 48 | 1750 bundle2-input-part: total payload size 48 |
1764 bundle2-input-bundle: 4 parts total | 1751 bundle2-input-bundle: 4 parts total |
1765 updating the branch cache | 1752 updating the branch cache |
1753 added 4 changesets with 4 changes to 4 files (+1 heads) | |
1766 bundle2-output-bundle: "HG20", 1 parts total | 1754 bundle2-output-bundle: "HG20", 1 parts total |
1767 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 1755 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
1768 bundle2-input-bundle: no-transaction | 1756 bundle2-input-bundle: no-transaction |
1769 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 1757 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
1770 bundle2-input-bundle: 0 parts total | 1758 bundle2-input-bundle: 0 parts total |
1827 adding file changes | 1815 adding file changes |
1828 adding abc.txt revisions | 1816 adding abc.txt revisions |
1829 adding foo/Bar/file.txt revisions | 1817 adding foo/Bar/file.txt revisions |
1830 adding foo/file.txt revisions | 1818 adding foo/file.txt revisions |
1831 adding quux/file.py revisions | 1819 adding quux/file.py revisions |
1832 added 4 changesets with 4 changes to 4 files (+1 heads) | |
1833 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1820 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1834 acl: checking access for user "astro" | 1821 acl: checking access for user "astro" |
1835 acl: acl.allow.branches not enabled | 1822 acl: acl.allow.branches not enabled |
1836 acl: acl.deny.branches enabled, 1 entries for user astro | 1823 acl: acl.deny.branches enabled, 1 entries for user astro |
1837 acl: acl.allow not enabled | 1824 acl: acl.allow not enabled |
1906 adding file changes | 1893 adding file changes |
1907 adding abc.txt revisions | 1894 adding abc.txt revisions |
1908 adding foo/Bar/file.txt revisions | 1895 adding foo/Bar/file.txt revisions |
1909 adding foo/file.txt revisions | 1896 adding foo/file.txt revisions |
1910 adding quux/file.py revisions | 1897 adding quux/file.py revisions |
1911 added 4 changesets with 4 changes to 4 files (+1 heads) | |
1912 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1898 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1913 acl: checking access for user "astro" | 1899 acl: checking access for user "astro" |
1914 acl: acl.allow.branches enabled, 0 entries for user astro | 1900 acl: acl.allow.branches enabled, 0 entries for user astro |
1915 acl: acl.deny.branches not enabled | 1901 acl: acl.deny.branches not enabled |
1916 acl: acl.allow not enabled | 1902 acl: acl.allow not enabled |
1981 adding file changes | 1967 adding file changes |
1982 adding abc.txt revisions | 1968 adding abc.txt revisions |
1983 adding foo/Bar/file.txt revisions | 1969 adding foo/Bar/file.txt revisions |
1984 adding foo/file.txt revisions | 1970 adding foo/file.txt revisions |
1985 adding quux/file.py revisions | 1971 adding quux/file.py revisions |
1986 added 4 changesets with 4 changes to 4 files (+1 heads) | |
1987 calling hook pretxnchangegroup.acl: hgext.acl.hook | 1972 calling hook pretxnchangegroup.acl: hgext.acl.hook |
1988 acl: checking access for user "astro" | 1973 acl: checking access for user "astro" |
1989 acl: acl.allow.branches enabled, 0 entries for user astro | 1974 acl: acl.allow.branches enabled, 0 entries for user astro |
1990 acl: acl.deny.branches not enabled | 1975 acl: acl.deny.branches not enabled |
1991 acl: acl.allow not enabled | 1976 acl: acl.allow not enabled |
2050 adding file changes | 2035 adding file changes |
2051 adding abc.txt revisions | 2036 adding abc.txt revisions |
2052 adding foo/Bar/file.txt revisions | 2037 adding foo/Bar/file.txt revisions |
2053 adding foo/file.txt revisions | 2038 adding foo/file.txt revisions |
2054 adding quux/file.py revisions | 2039 adding quux/file.py revisions |
2055 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2056 calling hook pretxnchangegroup.acl: hgext.acl.hook | 2040 calling hook pretxnchangegroup.acl: hgext.acl.hook |
2057 acl: checking access for user "george" | 2041 acl: checking access for user "george" |
2058 acl: acl.allow.branches enabled, 1 entries for user george | 2042 acl: acl.allow.branches enabled, 1 entries for user george |
2059 acl: acl.deny.branches not enabled | 2043 acl: acl.deny.branches not enabled |
2060 acl: acl.allow not enabled | 2044 acl: acl.allow not enabled |
2070 bundle2-input-part: total payload size 2068 | 2054 bundle2-input-part: total payload size 2068 |
2071 bundle2-input-part: "phase-heads" supported | 2055 bundle2-input-part: "phase-heads" supported |
2072 bundle2-input-part: total payload size 48 | 2056 bundle2-input-part: total payload size 48 |
2073 bundle2-input-bundle: 4 parts total | 2057 bundle2-input-bundle: 4 parts total |
2074 updating the branch cache | 2058 updating the branch cache |
2059 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2075 bundle2-output-bundle: "HG20", 1 parts total | 2060 bundle2-output-bundle: "HG20", 1 parts total |
2076 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 2061 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
2077 bundle2-input-bundle: no-transaction | 2062 bundle2-input-bundle: no-transaction |
2078 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 2063 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
2079 bundle2-input-bundle: 0 parts total | 2064 bundle2-input-bundle: 0 parts total |
2141 adding file changes | 2126 adding file changes |
2142 adding abc.txt revisions | 2127 adding abc.txt revisions |
2143 adding foo/Bar/file.txt revisions | 2128 adding foo/Bar/file.txt revisions |
2144 adding foo/file.txt revisions | 2129 adding foo/file.txt revisions |
2145 adding quux/file.py revisions | 2130 adding quux/file.py revisions |
2146 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2147 calling hook pretxnchangegroup.acl: hgext.acl.hook | 2131 calling hook pretxnchangegroup.acl: hgext.acl.hook |
2148 acl: checking access for user "george" | 2132 acl: checking access for user "george" |
2149 acl: acl.allow.branches enabled, 1 entries for user george | 2133 acl: acl.allow.branches enabled, 1 entries for user george |
2150 acl: acl.deny.branches not enabled | 2134 acl: acl.deny.branches not enabled |
2151 acl: acl.allow not enabled | 2135 acl: acl.allow not enabled |
2161 bundle2-input-part: total payload size 2068 | 2145 bundle2-input-part: total payload size 2068 |
2162 bundle2-input-part: "phase-heads" supported | 2146 bundle2-input-part: "phase-heads" supported |
2163 bundle2-input-part: total payload size 48 | 2147 bundle2-input-part: total payload size 48 |
2164 bundle2-input-bundle: 4 parts total | 2148 bundle2-input-bundle: 4 parts total |
2165 updating the branch cache | 2149 updating the branch cache |
2150 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2166 bundle2-output-bundle: "HG20", 1 parts total | 2151 bundle2-output-bundle: "HG20", 1 parts total |
2167 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 2152 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
2168 bundle2-input-bundle: no-transaction | 2153 bundle2-input-bundle: no-transaction |
2169 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 2154 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
2170 bundle2-input-bundle: 0 parts total | 2155 bundle2-input-bundle: 0 parts total |
2231 adding file changes | 2216 adding file changes |
2232 adding abc.txt revisions | 2217 adding abc.txt revisions |
2233 adding foo/Bar/file.txt revisions | 2218 adding foo/Bar/file.txt revisions |
2234 adding foo/file.txt revisions | 2219 adding foo/file.txt revisions |
2235 adding quux/file.py revisions | 2220 adding quux/file.py revisions |
2236 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2237 calling hook pretxnchangegroup.acl: hgext.acl.hook | 2221 calling hook pretxnchangegroup.acl: hgext.acl.hook |
2238 acl: checking access for user "george" | 2222 acl: checking access for user "george" |
2239 acl: acl.allow.branches not enabled | 2223 acl: acl.allow.branches not enabled |
2240 acl: acl.deny.branches enabled, 1 entries for user george | 2224 acl: acl.deny.branches enabled, 1 entries for user george |
2241 acl: acl.allow not enabled | 2225 acl: acl.allow not enabled |
2305 adding file changes | 2289 adding file changes |
2306 adding abc.txt revisions | 2290 adding abc.txt revisions |
2307 adding foo/Bar/file.txt revisions | 2291 adding foo/Bar/file.txt revisions |
2308 adding foo/file.txt revisions | 2292 adding foo/file.txt revisions |
2309 adding quux/file.py revisions | 2293 adding quux/file.py revisions |
2310 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2311 calling hook pretxnchangegroup.acl: hgext.acl.hook | 2294 calling hook pretxnchangegroup.acl: hgext.acl.hook |
2312 acl: checking access for user "astro" | 2295 acl: checking access for user "astro" |
2313 acl: acl.allow.branches not enabled | 2296 acl: acl.allow.branches not enabled |
2314 acl: acl.deny.branches enabled, 0 entries for user astro | 2297 acl: acl.deny.branches enabled, 0 entries for user astro |
2315 acl: acl.allow not enabled | 2298 acl: acl.allow not enabled |
2325 bundle2-input-part: total payload size 2068 | 2308 bundle2-input-part: total payload size 2068 |
2326 bundle2-input-part: "phase-heads" supported | 2309 bundle2-input-part: "phase-heads" supported |
2327 bundle2-input-part: total payload size 48 | 2310 bundle2-input-part: total payload size 48 |
2328 bundle2-input-bundle: 4 parts total | 2311 bundle2-input-bundle: 4 parts total |
2329 updating the branch cache | 2312 updating the branch cache |
2313 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2330 bundle2-output-bundle: "HG20", 1 parts total | 2314 bundle2-output-bundle: "HG20", 1 parts total |
2331 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload | 2315 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload |
2332 bundle2-input-bundle: no-transaction | 2316 bundle2-input-bundle: no-transaction |
2333 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported | 2317 bundle2-input-part: "reply:changegroup" (advisory) (params: 0 advisory) supported |
2334 bundle2-input-bundle: 0 parts total | 2318 bundle2-input-bundle: 0 parts total |
2389 adding file changes | 2373 adding file changes |
2390 adding abc.txt revisions | 2374 adding abc.txt revisions |
2391 adding foo/Bar/file.txt revisions | 2375 adding foo/Bar/file.txt revisions |
2392 adding foo/file.txt revisions | 2376 adding foo/file.txt revisions |
2393 adding quux/file.py revisions | 2377 adding quux/file.py revisions |
2394 added 4 changesets with 4 changes to 4 files (+1 heads) | |
2395 calling hook pretxnchangegroup.acl: hgext.acl.hook | 2378 calling hook pretxnchangegroup.acl: hgext.acl.hook |
2396 acl: checking access for user "george" | 2379 acl: checking access for user "george" |
2397 acl: acl.allow.branches not enabled | 2380 acl: acl.allow.branches not enabled |
2398 acl: acl.deny.branches enabled, 1 entries for user george | 2381 acl: acl.deny.branches enabled, 1 entries for user george |
2399 acl: acl.allow not enabled | 2382 acl: acl.allow not enabled |