This is an archive of the discontinued Mercurial Phabricator instance.

testing: switch to inserting deltas
ClosedPublic

Authored by indygreg on Oct 16 2018, 11:54 AM.

Details

Summary

As the comment in the test specifies, this was relying on storage backend
implementation details. We switch to inserting a raw delta, skipping the
regular insert path to ensure we have the desired outcome. This required
implementing support for handling deltas in the revlog testing code.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Oct 16 2018, 11:54 AM
This revision was automatically updated to reflect the committed changes.