Revlogv2 implies sidedata.
Right now sidedata is not really used in production, and Revlogv2 will be used
for the first production-ready version of sidedata support.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHGfd55a9eb1507: revlogv2: allow upgrading to v2
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/configitems.py | ||
---|---|---|
1296 | A part of this seems like an unrelated change. |
mercurial/configitems.py | ||
---|---|---|
1295โ1302 | This whole part seems like a mistake during a merge. We should drop it. | |
mercurial/upgrade_utils/actions.py | ||
378โ388 | if revlogv2 <=> sidedata, we should replace the associate format variant with this new one on adding a "duplicated" one. | |
898 | revlogv1 should move to a constant for clarity/cleaness. Can you do that as preparatory changesets? |
mercurial/upgrade_utils/actions.py | ||
---|---|---|
378โ388 | I forgot to do this, my bad, I'll update |
A part of this seems like an unrelated change.