File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { ProgressLocation, window } from 'vscode';
22import type { Container } from '../../container' ;
33import type { GitReference } from '../../git/models/reference' ;
44import {
5- getNameWithoutRemote ,
65 getReferenceLabel ,
76 getReferenceTypeLabel ,
87 isBranchReference ,
Original file line number Diff line number Diff line change 11import { QuickInputButtons } from 'vscode' ;
22import type { Container } from '../../container' ;
33import type { GitReference , GitTagReference } from '../../git/models/reference' ;
4- import { getNameWithoutRemote , getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
4+ import { getReferenceLabel , isRevisionReference } from '../../git/models/reference' ;
55import type { Repository } from '../../git/models/repository' ;
66import type { QuickPickItemOfT } from '../../quickpicks/items/common' ;
77import type { FlagsQuickPickItem } from '../../quickpicks/items/flags' ;
You can’t perform that action at this time.
0 commit comments