Explorar el Código

Removes bogus unpublished from remote branches

main
Eric Amodio hace 4 años
padre
commit
41a333f9ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/nodes/branchNode.ts

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

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

Cargando…
Cancelar
Guardar