mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
SCM - add incoming/outgoing nodes to graph (#274059)
This commit is contained in:
@@ -1005,18 +1005,6 @@
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.openIncomingChanges",
|
||||
"title": "%command.graphOpenIncomingChanges%",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress && git.currentHistoryItemIsBehind"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.openOutgoingChanges",
|
||||
"title": "%command.graphOpenOutgoingChanges%",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress && git.currentHistoryItemIsAhead"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.compareWithMergeBase",
|
||||
"title": "%command.graphCompareWithMergeBase%",
|
||||
@@ -1630,14 +1618,6 @@
|
||||
"command": "git.graph.cherryPick",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.openIncomingChanges",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.openOutgoingChanges",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.compareWithMergeBase",
|
||||
"when": "false"
|
||||
@@ -2260,16 +2240,6 @@
|
||||
"command": "git.publish",
|
||||
"when": "scmProvider == git && !scmCurrentHistoryItemRefHasRemote",
|
||||
"group": "navigation@903"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.openIncomingChanges",
|
||||
"when": "scmProvider == git",
|
||||
"group": "1_changes@1"
|
||||
},
|
||||
{
|
||||
"command": "git.graph.openOutgoingChanges",
|
||||
"when": "scmProvider == git",
|
||||
"group": "1_changes@2"
|
||||
}
|
||||
],
|
||||
"scm/historyItem/context": [
|
||||
|
||||
Reference in New Issue
Block a user