( )⚙ D3190 merge: avoid unnecessary conversion from binary nodeid to binary nodeid

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
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

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