You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Rebase current branch' will display a QuickPick for the destination (-d option), the same as the one used for 'Update to...'. Under the hood, we'll run 'hg rebase -b . -d ${destinationPicked}'
If a conflict happens, we will open the SCM view, and open the first conflicted file in the editor.
The user will be able to run 'Rebase: Continue' if all conflicts have been resolved, or 'Rebase: Abort' to drop the rebase operation.
The text was updated successfully, but these errors were encountered:
https://www.mercurial-scm.org/wiki/RebaseExtension
Proposal: three commands in the palette:
'Rebase current branch' will display a QuickPick for the destination (-d option), the same as the one used for 'Update to...'. Under the hood, we'll run 'hg rebase -b . -d ${destinationPicked}'
If a conflict happens, we will open the SCM view, and open the first conflicted file in the editor.
The user will be able to run 'Rebase: Continue' if all conflicts have been resolved, or 'Rebase: Abort' to drop the rebase operation.
The text was updated successfully, but these errors were encountered: