-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch
ui.movement.edit
to a simple boolean.
* Consensus on #4283 is that `auto` mode where we try to infer when to switch to `edit mode`, should be removed. * Change `ui.movement.edit` to a simple boolean flag. true - means edit mode false- new+squash mode * Remove `MovementSettings` and related config elements as things are simpler now. * Simplify code that used the previous enough. * Update tests that assumed edit mode inference, to specify `--edit` explicitly. * Update tests to update how we specify `ui.movement.edit` Part of #3947
- Loading branch information
Showing
4 changed files
with
17 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters