Show More
@@ -3531,8 +3531,6 b' def newreporequirements(ui, createopts):' | |||
|
3531 | 3531 | revlogv2 = ui.config(b'experimental', b'revlogv2') |
|
3532 | 3532 | if revlogv2 == b'enable-unstable-format-and-corrupt-my-data': |
|
3533 | 3533 | requirements.discard(requirementsmod.REVLOGV1_REQUIREMENT) |
|
3534 | # generaldelta is implied by revlogv2. | |
|
3535 | requirements.discard(requirementsmod.GENERALDELTA_REQUIREMENT) | |
|
3536 | 3534 | requirements.add(requirementsmod.REVLOGV2_REQUIREMENT) |
|
3537 | 3535 | # experimental config: format.internal-phase |
|
3538 | 3536 | if ui.configbool(b'format', b'internal-phase'): |
General Comments 0
You need to be logged in to leave comments.
Login now