mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-16 09:35:40 -05:00
Changes Repository History to Branch History
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user