This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: port lookup to wire protocol v2
ClosedPublic

Authored by indygreg on Apr 9 2018, 2:58 PM.

Details

Summary

This is pretty straightforward. We don't yet handle errors because we
don't have an error handling mechanism in place yet.

I'm also tempted to fold this into known. We'll come back to this
later.

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.Apr 9 2018, 2:58 PM
durin42 added a subscriber: durin42.Apr 9 2018, 6:28 PM
durin42 added inline comments.
tests/test-wireproto-command-lookup.t
2

As before, can we merge this with something else?

This revision was automatically updated to reflect the committed changes.