This is an archive of the discontinued Mercurial Phabricator instance.

tests: port revlog index code to modern API
AcceptedPublic

Authored by indygreg on Dec 26 2017, 7:36 PM.

Details

Reviewers
durin42
Group Reviewers
hg-reviewers
Summary

All revlog index parsers are now using our new type to
represent index entries. We can now undo the custom type
comparison code we implemented to see us through the transition.

In addition, the code has been ported to use named attributes
instead of field offsets.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Dec 26 2017, 7:36 PM
indygreg updated this revision to Diff 4739.Jan 6 2018, 3:26 AM
durin42 accepted this revision.Jan 10 2018, 5:54 PM
This revision is now accepted and ready to land.Jan 10 2018, 5:54 PM