This is an archive of the discontinued Mercurial Phabricator instance.

rebase: check for unfinished ops even when inmemory (issue6214)
ClosedPublic

Authored by spectral on Nov 6 2019, 9:34 PM.

Details

Summary

When using rebase.experimental.inmemory, we should be able to work well with a
dirty working directory, but we can not reliably work if we're in the middle of
another operation (such as another rebase), as we'll potentially stomp on some
state that the other operation needs.

Diff Detail

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

Event Timeline

spectral created this revision.Nov 6 2019, 9:34 PM
pulkit accepted this revision.Nov 11 2019, 6:45 AM
This revision is now accepted and ready to land.Nov 11 2019, 6:45 AM