|
@ -105,7 +105,9 @@ export class CherryPickGitCommand extends QuickCommand { |
|
|
skippedStepOne = false; |
|
|
skippedStepOne = false; |
|
|
if (context.repos.length === 1) { |
|
|
if (context.repos.length === 1) { |
|
|
skippedStepOne = true; |
|
|
skippedStepOne = true; |
|
|
state.counter++; |
|
|
|
|
|
|
|
|
if (state.repo == null) { |
|
|
|
|
|
state.counter++; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
state.repo = context.repos[0]; |
|
|
state.repo = context.repos[0]; |
|
|
} else { |
|
|
} else { |
|
|