( )⚙ D5392 rebase: move abort() onto rebaseruntime

This is an archive of the discontinued Mercurial Phabricator instance.

rebase: move abort() onto rebaseruntime
ClosedPublic

Authored by martinvonz on Dec 6 2018, 12:14 AM.

Details

Summary

The function depends on a lot of the state of rebaseruntime, so it
makes sense for it to be an instance method. This will let us remove
many of the arguments to the method. That will be done in a later
patch.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Dec 6 2018, 12:14 AM
This revision was automatically updated to reflect the committed changes.