stream-v2: speedup the common revlog streaming case
If the inline revlog is still a inline revlog, we assume we can simply stream the file without any parsing.
Merge request reports
Activity
requested review from @mercurial.review
assigned to @marmoute
added 8 commits
-
49554a27...c8141015 - 3 commits from branch
branch/default
- e92f8345e80d - store: have the revlog determine which files are volatile itself
- 670da5a6401a - store: explicitly pass file_size when creating StoreFile
- d7362a87e91f - store: directly pass the filesize in the `details` of revlog
- dd01d14a70ee - store: stop relying on a `revlog_type` property
- 4c9a8f3d7929 - stream-clone: avoid opening a revlog in case we do not needs it
Toggle commit list-
49554a27...c8141015 - 3 commits from branch
added 6 commits
-
60f9602b413e - 1 commit from branch
branch/default
- 6b522a9e7451 - store: have the revlog determine which files are volatile itself
- cdb471c8ebcf - store: explicitly pass file_size when creating StoreFile
- 11562d72cb7b - store: directly pass the filesize in the `details` of revlog
- e06d1a779eb6 - store: stop relying on a `revlog_type` property
- 3b56395404a1 - stream-clone: avoid opening a revlog in case we do not need it
Toggle commit list-
60f9602b413e - 1 commit from branch
enabled an automatic merge when the pipeline for 3b56395404a1 succeeds
Please register or sign in to reply