##// END OF EJS Templates
configitems: add TODOs blocking the move out of experimental for revlogv2...
Raphaël Gomès -
r47453:0732a726 default
parent child Browse files
Show More
@@ -1297,6 +1297,14 b' coreconfigitem('
1297 b'use-persistent-nodemap',
1297 b'use-persistent-nodemap',
1298 default=False,
1298 default=False,
1299 )
1299 )
1300 # TODO needs to grow a docket file to at least store the last offset of the data
1301 # file when rewriting sidedata.
1302 # Will also need a way of dealing with garbage data if we allow rewriting
1303 # *existing* sidedata.
1304 # Exchange-wise, we will also need to do something more efficient than keeping
1305 # references to the affected revlogs, especially memory-wise when rewriting
1306 # sidedata.
1307 # Also... compress the sidedata? (this should be coming very soon)
1300 coreconfigitem(
1308 coreconfigitem(
1301 b'format',
1309 b'format',
1302 b'exp-revlogv2.2',
1310 b'exp-revlogv2.2',
General Comments 0
You need to be logged in to leave comments. Login now