Ver código fonte

Removes bogus unpublished from remote branches

main
Eric Amodio 4 anos atrás
pai
commit
41a333f9ae
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts Ver arquivo

@ -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,

Carregando…
Cancelar
Salvar