##// END OF EJS Templates
test: use bundle2 for exchange in test-largefile...
Pierre-Yves David -
r25354:4b61521c default
parent child Browse files
Show More
@@ -19,6 +19,10 b' It contains all the testing of the basic'
19 > usercache=${USERCACHE}
19 > usercache=${USERCACHE}
20 > [hooks]
20 > [hooks]
21 > precommit=sh -c "echo \\"Invoking status precommit hook\\"; hg status"
21 > precommit=sh -c "echo \\"Invoking status precommit hook\\"; hg status"
22 > [experimental]
23 > # drop me once bundle2 is the default,
24 > # added to get test change early.
25 > bundle2-exp = True
22 > EOF
26 > EOF
23
27
24 Create the repo with a couple of revisions of both large and normal
28 Create the repo with a couple of revisions of both large and normal
@@ -1098,18 +1102,18 b' redo pull with --lfrev and check it pull'
1098 searching for changes
1102 searching for changes
1099 all local heads known remotely
1103 all local heads known remotely
1100 6 changesets found
1104 6 changesets found
1105 uncompressed size of bundle content:
1106 1333 (changelog)
1107 1599 (manifests)
1108 254 .hglf/large1
1109 564 .hglf/large3
1110 572 .hglf/sub/large4
1111 182 .hglf/sub2/large6
1112 182 .hglf/sub2/large7
1113 212 normal1
1114 457 normal3
1115 465 sub/normal4
1101 adding changesets
1116 adding changesets
1102 uncompressed size of bundle content:
1103 1213 (changelog)
1104 1479 (manifests)
1105 234 .hglf/large1
1106 504 .hglf/large3
1107 512 .hglf/sub/large4
1108 162 .hglf/sub2/large6
1109 162 .hglf/sub2/large7
1110 192 normal1
1111 397 normal3
1112 405 sub/normal4
1113 adding manifests
1117 adding manifests
1114 adding file changes
1118 adding file changes
1115 added 6 changesets with 16 changes to 8 files
1119 added 6 changesets with 16 changes to 8 files
General Comments 0
You need to be logged in to leave comments. Login now