Fixes incorrect command
This commit is contained in:
@@ -272,7 +272,7 @@ export class BlameActiveLineController extends Disposable {
|
||||
case StatusBarCommand.ShowQuickFileHistory:
|
||||
this._statusBarItem.tooltip = 'Show File History';
|
||||
break;
|
||||
case StatusBarCommand.ShowQuickFileHistory:
|
||||
case StatusBarCommand.ShowQuickCurrentBranchHistory:
|
||||
this._statusBarItem.tooltip = 'Show Branch History';
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user