This is an archive of the discontinued Mercurial Phabricator instance.

rebase: only change self.state when collapsing in _finishrebase
ClosedPublic

Authored by quark on Aug 11 2017, 5:01 AM.

Details

Summary

When the code executes to _finishrebase, self.state should be populated with
correct destinations and do not need to be written to a node. The code was
introduced by 8dc45c9059, which seems to avoid setting state values to None
but it didn't provide more details.

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.