Show More
@@ -1366,7 +1366,8 b' def gdinitconfig(ui):' | |||||
1366 | """ |
|
1366 | """ | |
1367 | # experimental config: format.generaldelta |
|
1367 | # experimental config: format.generaldelta | |
1368 | return (ui.configbool('format', 'generaldelta') |
|
1368 | return (ui.configbool('format', 'generaldelta') | |
1369 |
or ui.configbool('format', 'usegeneraldelta') |
|
1369 | or ui.configbool('format', 'usegeneraldelta') | |
|
1370 | or ui.configbool('format', 'sparse-revlog')) | |||
1370 |
|
1371 | |||
1371 | def gddeltaconfig(ui): |
|
1372 | def gddeltaconfig(ui): | |
1372 | """helper function to know if incoming delta should be optimised |
|
1373 | """helper function to know if incoming delta should be optimised |
General Comments 0
You need to be logged in to leave comments.
Login now