mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - cheery-pick now handles the case where the changes are already present on the current branch (#229731)
This commit is contained in:
3
extensions/git/src/api/git.d.ts
vendored
3
extensions/git/src/api/git.d.ts
vendored
@@ -409,5 +409,6 @@ export const enum GitErrorCodes {
|
||||
EmptyCommitMessage = 'EmptyCommitMessage',
|
||||
BranchFastForwardRejected = 'BranchFastForwardRejected',
|
||||
BranchNotYetBorn = 'BranchNotYetBorn',
|
||||
TagConflict = 'TagConflict'
|
||||
TagConflict = 'TagConflict',
|
||||
CherryPickEmpty = 'CherryPickEmpty'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user