Changes Repository History to Branch History

This commit is contained in:
Eric Amodio
2017-03-19 00:23:05 -04:00
parent 1c5e627f8e
commit 14eebbba15
7 changed files with 10 additions and 10 deletions

View File

@@ -57,8 +57,8 @@ export class FileHistoryQuickPick {
// Only show the full repo option if we are the root
if (!goBackCommand) {
items.splice(index, 0, new CommandQuickPickItem({
label: `$(repo) Show Repository History`,
description: `\u00a0 \u2014 \u00a0\u00a0 shows the repository commit history`
label: `$(history) Show Branch History`,
description: `\u00a0 \u2014 \u00a0\u00a0 shows the current branch history`
}, Commands.ShowQuickRepoHistory,
[
undefined,

View File

@@ -66,7 +66,7 @@ export class RepoHistoryQuickPick {
const pick = await window.showQuickPick(items, {
matchOnDescription: true,
matchOnDetail: true,
placeHolder: 'Repository history \u2014 search by commit message, filename, or sha',
placeHolder: `Branch history \u2014 search by commit message, filename, or sha`,
ignoreFocusOut: getQuickPickIgnoreFocusOut()
// onDidSelectItem: (item: QuickPickItem) => {
// scope.setKeyCommand('right', item);