We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8561030 commit 25c94abCopy full SHA for 25c94ab
‎src/vs/workbench/contrib/scm/browser/scmHistory.ts‎
@@ -495,7 +495,7 @@ function addIncomingOutgoingChangesHistoryItems(
495
displayId: viewModels[0].historyItem.displayId
496
? '0'.repeat(viewModels[0].historyItem.displayId.length)
497
: undefined,
498
- parentIds: [mergeBase],
+ parentIds: [currentHistoryItemRef.revision],
499
author: currentHistoryItemRef?.name,
500
subject: localize('outgoingChanges', 'Outgoing Changes'),
501
message: ''
0 commit comments