Show More
@@ -1148,6 +1148,16 b' coreconfigitem(' | |||||
1148 | b'revisions.prefixhexnode', |
|
1148 | b'revisions.prefixhexnode', | |
1149 | default=False, |
|
1149 | default=False, | |
1150 | ) |
|
1150 | ) | |
|
1151 | # "out of experimental" todo list. | |||
|
1152 | # | |||
|
1153 | # * to grow a docket file to at least store the last offset of the data | |||
|
1154 | # file when rewriting sidedata. | |||
|
1155 | # * need a way of dealing with garbage data if we allow rewriting | |||
|
1156 | # *existing* sidedata. | |||
|
1157 | # * Exchange-wise, we will also need to do something more efficient than | |||
|
1158 | # keeping references to the affected revlogs, especially memory-wise when | |||
|
1159 | # rewriting sidedata. | |||
|
1160 | # * Also... compress the sidedata? (this should be coming very soon) | |||
1151 | coreconfigitem( |
|
1161 | coreconfigitem( | |
1152 | b'experimental', |
|
1162 | b'experimental', | |
1153 | b'revlogv2', |
|
1163 | b'revlogv2', | |
@@ -1352,20 +1362,6 b' coreconfigitem(' | |||||
1352 | b'use-persistent-nodemap', |
|
1362 | b'use-persistent-nodemap', | |
1353 | default=_persistent_nodemap_default, |
|
1363 | default=_persistent_nodemap_default, | |
1354 | ) |
|
1364 | ) | |
1355 | # TODO needs to grow a docket file to at least store the last offset of the data |
|
|||
1356 | # file when rewriting sidedata. |
|
|||
1357 | # Will also need a way of dealing with garbage data if we allow rewriting |
|
|||
1358 | # *existing* sidedata. |
|
|||
1359 | # Exchange-wise, we will also need to do something more efficient than keeping |
|
|||
1360 | # references to the affected revlogs, especially memory-wise when rewriting |
|
|||
1361 | # sidedata. |
|
|||
1362 | # Also... compress the sidedata? (this should be coming very soon) |
|
|||
1363 | coreconfigitem( |
|
|||
1364 | b'format', |
|
|||
1365 | b'exp-revlogv2.2', |
|
|||
1366 | default=False, |
|
|||
1367 | experimental=True, |
|
|||
1368 | ) |
|
|||
1369 | coreconfigitem( |
|
1365 | coreconfigitem( | |
1370 | b'format', |
|
1366 | b'format', | |
1371 | b'exp-use-copies-side-data-changeset', |
|
1367 | b'exp-use-copies-side-data-changeset', |
General Comments 0
You need to be logged in to leave comments.
Login now