These manage to subvert the shallow cloning functionality of
remotefilelog. We'll do more work in the future to fix this, but for
now let's just take the easy out.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project - Commits
- rFBHGXcd64297d3d34: remotefilelog: disable streaming clones with bundle2
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
remotefilelog/__init__.py | ||
---|---|---|
216–219 | Is this block needed? Or will it fall back to version 1 stream clones if it is omitted? |
remotefilelog/__init__.py | ||
---|---|---|
216–219 | The goal is to force the code into the v1 streamclone path. I was trying to mutate the pullop as little as possible while accomplishing that goal. |
Is this block needed? Or will it fall back to version 1 stream clones if it is omitted?