-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: D58370354 added `sl rebase --quit` to quit the rebase state and keep the already rebased commits. The feature received many positive feedback. And adding it to ISL will enhance its discoverability. > This is so awesome - as someone who carries around massive stacks holding old/wip changes, > I hit mid stack conflicts a lot, and aborting to avoid working through conflicts is always a pain. > Also as someone who uses ISL, +1 on your comment in the shared post in Sapling Developers > on adding this there too This diff expose it to ISL by adding a partial abort check box for rebase operations and pass the `isPartialAbort` value to `AbortMergeOperation`, so it can return the right commands for partially aborting rebase operations. Reviewed By: evangrayk Differential Revision: D62334053 fbshipit-source-id: 58682a623bf9419e3c8b4a101b2e7e03af5cd475
- Loading branch information
1 parent
4e8b320
commit 409effc
Showing
4 changed files
with
28 additions
and
3 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