In D746, we changed the return value of deltachunk. This diff makes me
a bit sad but it fixes remotefilelog to work with those changes.
Details
Details
- Reviewers
mbthomas - Group Reviewers
Restricted Project - Commits
- rFBHGX96d881ce2cf4: remotefilelog: update to new deltachunk return value
tests
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
remotefilelog/shallowbundle.py | ||
---|---|---|
363 | I don't really like indexed lookup of tuples (prefer unpacking), but this is probably ok as we only need a few things. |
Comment Actions
This is also why this diff makes me sad. Looks like a readability loss to me.
remotefilelog/shallowbundle.py | ||
---|---|---|
363 | This is why a style czar should declare that "records are the one true way". Alas, this is what we get for now. |
I don't really like indexed lookup of tuples (prefer unpacking), but this is probably ok as we only need a few things.