Pārlūkot izejas kodu

Removes bogus unpublished from remote branches

main
Eric Amodio pirms 4 gadiem
vecāks
revīzija
41a333f9ae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts Parādīt failu

@ -123,7 +123,7 @@ export class BranchNode
(this.branch.tracking || this.branch.remote)
? this.branch.getAssociatedPullRequest(this.root ? { include: [PullRequestState.Open] } : undefined)
: undefined,
range
range && !this.branch.remote
? Container.git.getLogRefsOnly(this.uri.repoPath!, {
limit: 0,
ref: range,

Notiek ielāde…
Atcelt
Saglabāt