Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
240
Wiki
Attività
Sfoglia il codice sorgente
Display the package name of `hg` as `mercurial` in message (
#212
)
pull/215/head
Yamashita Yuu
12 anni fa
parent
b8a7de8a3c
commit
aa62882347
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
plugins/python-build/bin/python-build
+ 1
- 1
plugins/python-build/bin/python-build
Vedi File
@ -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
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva