Skip to content

Commit 25c94ab

Browse files
authored
SCM - 💄 fix parentIds for consistency (#281874)
1 parent 8561030 commit 25c94ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/vs/workbench/contrib/scm/browser/scmHistory.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function addIncomingOutgoingChangesHistoryItems(
495495
displayId: viewModels[0].historyItem.displayId
496496
? '0'.repeat(viewModels[0].historyItem.displayId.length)
497497
: undefined,
498-
parentIds: [mergeBase],
498+
parentIds: [currentHistoryItemRef.revision],
499499
author: currentHistoryItemRef?.name,
500500
subject: localize('outgoingChanges', 'Outgoing Changes'),
501501
message: ''

0 commit comments

Comments
 (0)