equal
deleted
inserted
replaced
361 |
361 |
362 # End of baselegacywirecommands interface. |
362 # End of baselegacywirecommands interface. |
363 |
363 |
364 # Increment the sub-version when the revlog v2 format changes to lock out old |
364 # Increment the sub-version when the revlog v2 format changes to lock out old |
365 # clients. |
365 # clients. |
366 REVLOGV2_REQUIREMENT = 'exp-revlogv2.0' |
366 REVLOGV2_REQUIREMENT = 'exp-revlogv2.1' |
367 |
367 |
368 # A repository with the sparserevlog feature will have delta chains that |
368 # A repository with the sparserevlog feature will have delta chains that |
369 # can spread over a larger span. Sparse reading cuts these large spans into |
369 # can spread over a larger span. Sparse reading cuts these large spans into |
370 # pieces, so that each piece isn't too big. |
370 # pieces, so that each piece isn't too big. |
371 # Without the sparserevlog capability, reading from the repository could use |
371 # Without the sparserevlog capability, reading from the repository could use |