This is an archive of the discontinued Mercurial Phabricator instance.

rebase: pass "inmemory" directly to _definedestmap()
ClosedPublic

Authored by martinvonz on Mar 20 2018, 5:11 PM.

Details

Summary

We no longer reassign rbsrt.inmemory in _definedestmap(), so we don't
need to pass the whole rebase runtime instance anymore, thus
making it clear that it won't be updated.

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.Mar 20 2018, 5:11 PM
yuja accepted this revision.Mar 21 2018, 12:15 AM
This revision is now accepted and ready to land.Mar 21 2018, 12:15 AM
This revision was automatically updated to reflect the committed changes.