This is an archive of the discontinued Mercurial Phabricator instance.

testing: remove expectation of error on bad node insert
ClosedPublic

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

Details

Summary

addgroup() doesn't necessarily validate the hashes of each incoming revision.
This is an optimization that allows delta group application to complete faster.

The fact that revlog raises in this particular test is an implementation detail
due to the way revlogs are testing multiple deltas.

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.

Event Timeline

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