Преглед изворни кода

Removes bogus unpublished from remote branches

main
Eric Amodio пре 4 година
родитељ
комит
41a333f9ae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts Прегледај датотеку

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

Loading…
Откажи
Сачувај