This is an archive of the discontinued Mercurial Phabricator instance.

rebase: stop relying on having two parents to resume rebase
ClosedPublic

Authored by martinvonz on Jan 11 2020, 1:47 AM.

Details

Summary

I'm about to make it so we don't have two parents when a rebase is
interrupted (unless we're just rebasing on a merge commit). The code
for detecting if we're resuming a rebase relied on having two parents,
so this patch rewrites that to instead set a boolean when we resume.

Note that self.resume in the new condition implies `not
self.inmemory` (rebase cannot be resumed in memory), so that's why
that part can be omitted.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage