Browse Source

Removes unneeded (duplicate) entry

main
Eric Amodio 7 years ago
parent
commit
f7cd0d6bec
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      src/quickPicks/branchHistory.ts

+ 0
- 12
src/quickPicks/branchHistory.ts View File

@ -70,18 +70,6 @@ export class BranchHistoryQuickPick {
} as ShowQuickBranchHistoryCommandArgs
]));
}
else {
items.splice(0, 0, new CommandQuickPickItem({
label: `$(history) Show Branch History`,
description: `${Strings.pad(GlyphChars.Dash, 2, 3)} shows ${GlyphChars.Space}$(git-branch) ${branch} history`
}, Commands.ShowQuickBranchHistory, [
GitUri.fromRepoPath(log.repoPath),
{
branch,
goBackCommand: currentCommand
} as ShowQuickBranchHistoryCommandArgs
]));
}
if (nextPageCommand) {
items.splice(0, 0, nextPageCommand);

||||||
x
 
000:0
Loading…
Cancel
Save