Skip to content

Commit f7cd0d6

Browse files
committed
Removes unneeded (duplicate) entry
1 parent eda2375 commit f7cd0d6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/quickPicks/branchHistory.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ export class BranchHistoryQuickPick {
7070
} as ShowQuickBranchHistoryCommandArgs
7171
]));
7272
}
73-
else {
74-
items.splice(0, 0, new CommandQuickPickItem({
75-
label: `$(history) Show Branch History`,
76-
description: `${Strings.pad(GlyphChars.Dash, 2, 3)} shows ${GlyphChars.Space}$(git-branch) ${branch} history`
77-
}, Commands.ShowQuickBranchHistory, [
78-
GitUri.fromRepoPath(log.repoPath),
79-
{
80-
branch,
81-
goBackCommand: currentCommand
82-
} as ShowQuickBranchHistoryCommandArgs
83-
]));
84-
}
8573

8674
if (nextPageCommand) {
8775
items.splice(0, 0, nextPageCommand);

0 commit comments

Comments
 (0)