소스 검색

Changes placeholder for consistency with other quick picks

main
Eric Amodio 7 년 전
부모
커밋
dcbf70682e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/commands/showQuickBranchHistory.ts

+ 1
- 1
src/commands/showQuickBranchHistory.ts 파일 보기

@ -30,7 +30,7 @@ export class ShowQuickBranchHistoryCommand extends ActiveEditorCachedCommand {
if (!branch) {
const branches = await this.git.getBranches(repoPath);
const pick = await BranchesQuickPick.show(branches, `pick a branch to show history`);
const pick = await BranchesQuickPick.show(branches, `Show history for branch\u2026`);
if (!pick) return undefined;
if (pick instanceof CommandQuickPickItem) {

불러오는 중...
취소
저장