This is an archive of the discontinued Mercurial Phabricator instance.

Backed out changeset c34532365b38
ClosedPublic

Authored by glandium on Aug 10 2017, 9:19 PM.

Details

Summary

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.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

glandium created this revision.Aug 10 2017, 9:19 PM
quark accepted this revision.Aug 10 2017, 9:35 PM
quark added a subscriber: quark.

LGTM.

indygreg accepted this revision.Aug 10 2017, 9:44 PM
indygreg added a subscriber: indygreg.

This looks good. I'll queue this for stable when I get home.

This revision is now accepted and ready to land.Aug 10 2017, 9:44 PM
This revision was automatically updated to reflect the committed changes.