Old versions of python 2.7 don't like that the second argument to
struct.unpack_from is a bytearray, so the change removing the util.buffer
around that argument in branchmap broke running on older versions of python
2.7.
Details
Details
- Reviewers
quark indygreg - Group Reviewers
hg-reviewers - Commits
- rHG1814ca418b30: branchmap: revert c34532365b38 for Python 2.7 compatibility
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.