Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
kgrader
espelho de
https://github.com/earwig/kgrader
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
Fix scoping bug.
master
Ben Kurtovic
há 8 anos
ascendente
17502782bf
cometimento
d0712cac9c
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
lib/kgrader/backend/svn.rb
+ 1
- 1
lib/kgrader/backend/svn.rb
Ver ficheiro
@@ -24,7 +24,7 @@ module KGrader::Backend
@password = STDIN.noecho(&:gets).chomp
puts
unless test_okay url
raise SVNError, "bad password or other network issues"
raise
KGrader::
SVNError, "bad password or other network issues"
end
end
end
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar