This is an archive of the discontinued Mercurial Phabricator instance.

git: add readfast() method to manifest
ClosedPublic

Authored by durin42 on Mar 7 2020, 4:51 PM.

Details

Summary

Mysteriously, on a different system a handful of things don't work
without this, including log. This is especially odd to be because log
works in the test. In any event, it's legal for readfast() to just
return read(), so that's what we do.

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

durin42 created this revision.Mar 7 2020, 4:51 PM

FYI, I saw this failure on hg log -r with an partial nodeid.

pulkit accepted this revision.Mar 9 2020, 4:59 AM
pulkit added a subscriber: pulkit.

Looks like we should test the interfaces.

This revision is now accepted and ready to land.Mar 9 2020, 4:59 AM
This revision was automatically updated to reflect the committed changes.