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
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
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.