Skip to content

Commit 50076e7

Browse files
committed
Fixes branch comparison ahead commits
1 parent 024b567 commit 50076e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/nodes/compareBranchNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class CompareBranchNode extends SubscribeableViewNode<
163163
this.repoPath,
164164
'Ahead',
165165
{
166-
query: this.getCommitsQuery(ahead.ref1),
166+
query: this.getCommitsQuery(ahead.range),
167167
comparison: ahead,
168168
direction: 'ahead',
169169
files: {

0 commit comments

Comments
 (0)