SCM - add incoming/outgoing nodes to graph (#274059)

This commit is contained in:
Ladislau Szomoru
2025-10-30 16:04:24 +00:00
committed by GitHub
parent 08ba161ba5
commit 16f58dd3ac
12 changed files with 239 additions and 84 deletions

View File

@@ -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": [