Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Cleans up unused code in graph
main
Keith Daulton
há 1 ano
ascendente
6420730b50
cometimento
386611b8ce
2 ficheiros alterados
com
0 adições
e
9 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+0
-1
src/plus/webviews/graph/graphWebview.ts
+0
-8
src/webviews/apps/plus/graph/GraphWrapper.tsx
+ 0
- 1
src/plus/webviews/graph/graphWebview.ts
Ver ficheiro
@ -1746,7 +1746,6 @@ export class GraphWebviewProvider implements WebviewProvider
{
branchState
=
{
.
.
.
branch
.
state
,
}
;
console
.
log
(
branchState
)
;
}
return
{
+ 0
- 8
src/webviews/apps/plus/graph/GraphWrapper.tsx
Ver ficheiro
@ -1137,14 +1137,6 @@ export function GraphWrapper({
)
}
<
/
a
>
)
;
return
(
<
a
href
=
"command:gitlens.graph.fetch"
className
=
"action-button"
title
=
"Fetch Repository"
>
<
span
className
=
"codicon codicon-sync action-button__icon"
>
<
/
span
>
Fetch
{
fetchedText
&&
<
span
className
=
"action-button__small"
>
(
Last
fetched
{
fetchedText
}
)
<
/
span
>
}
<
/
a
>
)
;
}
;
return
(
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar