To help the transition from revlogv1 to revlogv2, we need to be able to enable
cgv4 for revlogv1 repos, so that revlogv2 clients can handle adding/removing
sidedata over the wire.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG08e26ef4ad35: changegroup: don't limit cgv4 to revlogv2 repos
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/changegroup.py | ||
---|---|---|
1696 | Why is the config relevant here ? (and if it is, this is not the right way to do it, since side-data can be implicitly enable by other options) |
Comment Actions
So, the config will be, later, used to by the exchange code to forcily activate CG04 in situation that requires it ?