stream-clone: implement decidated `get_streams` method for revlog
For revlog, we can do better using the maximum linkrev expected. This approach open the way to dealing with a much larger set of non-trivial changes, like splitting of inline revlogs. We will actually tackle this issue in the next changesets (thanks to this one).
parent
5e60abf8
No related branches found
No related tags found
Showing
- mercurial/revlog.py 68 additions, 0 deletionsmercurial/revlog.py
- mercurial/store.py 58 additions, 1 deletionmercurial/store.py
- mercurial/streamclone.py 5 additions, 1 deletionmercurial/streamclone.py
- tests/test-clone-stream-revlog-split.t 2 additions, 2 deletionstests/test-clone-stream-revlog-split.t
Loading
Please register or sign in to comment