|
1834 | 1834 | "category": "GitLens" |
1835 | 1835 | }, |
1836 | 1836 | { |
1837 | | - "command": "gitlens.diffHeadWithBranch", |
1838 | | - "title": "Compare HEAD with Branch or Tag...", |
| 1837 | + "command": "gitlens.diffHeadWith", |
| 1838 | + "title": "Compare HEAD with...", |
1839 | 1839 | "category": "GitLens" |
1840 | 1840 | }, |
1841 | 1841 | { |
1842 | | - "command": "gitlens.diffWorkingWithBranch", |
1843 | | - "title": "Compare Working Tree with Branch or Tag...", |
| 1842 | + "command": "gitlens.diffWorkingWith", |
| 1843 | + "title": "Compare Working Tree with...", |
1844 | 1844 | "category": "GitLens" |
1845 | 1845 | }, |
1846 | 1846 | { |
1847 | | - "command": "gitlens.diffWithBranch", |
1848 | | - "title": "Open Changes with Branch or Tag...", |
| 1847 | + "command": "gitlens.diffWithRef", |
| 1848 | + "title": "Open Changes with...", |
1849 | 1849 | "category": "GitLens" |
1850 | 1850 | }, |
1851 | 1851 | { |
|
2138 | 2138 | "category": "GitLens" |
2139 | 2139 | }, |
2140 | 2140 | { |
2141 | | - "command": "gitlens.openFileRevisionFromBranch", |
2142 | | - "title": "Open Revision from Branch or Tag...", |
| 2141 | + "command": "gitlens.openFileRevisionFrom", |
| 2142 | + "title": "Open Revision from...", |
2143 | 2143 | "category": "GitLens" |
2144 | 2144 | }, |
2145 | 2145 | { |
|
2704 | 2704 | }, |
2705 | 2705 | { |
2706 | 2706 | "command": "gitlens.views.compare.selectForCompare", |
2707 | | - "title": "Compare Branch or Tag with...", |
| 2707 | + "title": "Compare References...", |
2708 | 2708 | "category": "GitLens", |
2709 | 2709 | "icon": { |
2710 | 2710 | "dark": "images/dark/icon-compare-refs.svg", |
|
2904 | 2904 | "when": "gitlens:enabled" |
2905 | 2905 | }, |
2906 | 2906 | { |
2907 | | - "command": "gitlens.diffHeadWithBranch", |
| 2907 | + "command": "gitlens.diffHeadWith", |
2908 | 2908 | "when": "gitlens:enabled" |
2909 | 2909 | }, |
2910 | 2910 | { |
2911 | | - "command": "gitlens.diffWorkingWithBranch", |
| 2911 | + "command": "gitlens.diffWorkingWith", |
2912 | 2912 | "when": "gitlens:enabled" |
2913 | 2913 | }, |
2914 | 2914 | { |
2915 | | - "command": "gitlens.diffWithBranch", |
| 2915 | + "command": "gitlens.diffWithRef", |
2916 | 2916 | "when": "gitlens:activeFileStatus =~ /tracked/" |
2917 | 2917 | }, |
2918 | 2918 | { |
|
3088 | 3088 | "when": "gitlens:activeFileStatus =~ /tracked/" |
3089 | 3089 | }, |
3090 | 3090 | { |
3091 | | - "command": "gitlens.openFileRevisionFromBranch", |
| 3091 | + "command": "gitlens.openFileRevisionFrom", |
3092 | 3092 | "when": "gitlens:activeFileStatus =~ /tracked/" |
3093 | 3093 | }, |
3094 | 3094 | { |
|
3421 | 3421 | }, |
3422 | 3422 | { |
3423 | 3423 | "command": "gitlens.views.compare.selectForCompare", |
3424 | | - "when": "gitlens:enabled && gitlens.views.compare.enabled" |
| 3424 | + "when": "gitlens:enabled && config.gitlens.views.compare.enabled" |
3425 | 3425 | }, |
3426 | 3426 | { |
3427 | 3427 | "command": "gitlens.views.compare.clear", |
|
3758 | 3758 | "group": "1_gitlens@1" |
3759 | 3759 | }, |
3760 | 3760 | { |
3761 | | - "command": "gitlens.diffWithBranch", |
| 3761 | + "command": "gitlens.diffWithRef", |
3762 | 3762 | "when": "gitlens:enabled && config.gitlens.menus.scmItem.compare", |
3763 | 3763 | "group": "1_gitlens@2" |
3764 | 3764 | }, |
|
0 commit comments