Changes sha terminology to commit id

This commit is contained in:
Eric Amodio
2017-04-09 10:58:42 -04:00
parent 2a9b274920
commit 0854e0bcfb
6 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export class StashListQuickPick {
matchOnDescription: true,
placeHolder: mode === 'apply'
? `Apply stashed changes to your working tree\u2026`
: `stashed changes \u2014 search by message, filename, or sha`,
: `stashed changes \u2014 search by message, filename, or commit id`,
ignoreFocusOut: getQuickPickIgnoreFocusOut()
// onDidSelectItem: (item: QuickPickItem) => {
// scope.setKeyCommand('right', item);