mercurial/localrepo.py
changeset 41202 e7a2cc84dbc0
parent 41043 ce0bc2952e2a
child 41222 8aca89a694d4
equal deleted inserted replaced
41201:6439cefaeb64 41202:e7a2cc84dbc0
   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