Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
isprogram
/
pyenv
réplica de
https://github.com/pyenv/pyenv.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Projects
0
Lanzamientos
240
Wiki
Actividad
Explorar el Código
Display the package name of `hg` as `mercurial` in message (
#212
)
pull/215/head
Yamashita Yuu
hace 12 años
padre
b8a7de8a3c
commit
aa62882347
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
plugins/python-build/bin/python-build
+ 1
- 1
plugins/python-build/bin/python-build
Ver fichero
@ -435,7 +435,7 @@ fetch_hg() {
hg clone --branch "$hg_ref" "$hg_url" "${package_name}" >&4 2>&1
else
echo "error: please install \`
hg
\` and try again" >&2
echo "error: please install \`
mercurial
\` and try again" >&2
exit 1
fi
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar