Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG3b90087623fd: remotefilelogserver: remove pack-serving functionality
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
The optics to removing this are a bit bad because efficient pack transfer can lead to significant performance gains. While I think the use of packs in Mercurial for exchange will occur at some time, the path to stabilization in core is not clear and will almost certainly see a BC break from this code. I'm fine removing this functionality from RFL for now. We can always add something similar later.