This is an archive of the discontinued Mercurial Phabricator instance.

merge: avoid unnecessary conversion from binary nodeid to binary nodeid
ClosedPublic

Authored by martinvonz on Apr 8 2018, 12:03 PM.

Details

Summary

"node" is already a binary nodeid here, so there's no need to convert
it. repo.lookup() will soon lose support for binary nodeids as input.

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

martinvonz created this revision.Apr 8 2018, 12:03 PM
This revision was automatically updated to reflect the committed changes.