( )⚙ D8623 rebase: add a config knob for forcing in-memory rebasing

This is an archive of the discontinued Mercurial Phabricator instance.

rebase: add a config knob for forcing in-memory rebasing
ClosedPublic

Authored by durin42 on Jun 9 2020, 4:52 PM.

Details

Summary

Use it in a test case where we know the rebase should proceed without
incident in-memory, so we can see tracebacks rather than
fallbacks. This makes it easier to try and debug when things are
broken.

Diff Detail

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

Event Timeline

durin42 created this revision.Jun 9 2020, 4:52 PM

This looks like a job for the [devel] config section. what about. devel.rebase.in-memory=force ?

durin42 retitled this revision from rebase: add environment variable to allow forcing in-memory rebase to rebase: add a config knob for forcing in-memory rebasing.Jun 11 2020, 12:08 PM
durin42 edited the summary of this revision. (Show Details)
durin42 updated this revision to Diff 21616.
indygreg requested changes to this revision.Aug 8 2020, 4:05 PM
This revision now requires changes to proceed.Aug 8 2020, 4:05 PM
durin42 planned changes to this revision.
durin42 updated this revision to Diff 23029.

I rebased these, but they still need work.

pulkit accepted this revision.Jan 21 2021, 6:20 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.