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

@@ -61,10 +61,10 @@ export class ShowQuickCommitDetailsCommand extends ActiveEditorCommand {
}
if (!goBackCommand) {
// Create a command to get back to the repository history
// Create a command to get back to the branch history
goBackCommand = new CommandQuickPickItem({
label: `go back \u21A9`,
description: `\u00a0 \u2014 \u00a0\u00a0 to repository history`
description: `\u00a0 \u2014 \u00a0\u00a0 to branch history`
}, Commands.ShowQuickRepoHistory, [new GitUri(commit.uri, commit)]);
}