このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
isprogram
/
pyenv
ミラー元
https://github.com/pyenv/pyenv.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プロジェクト
0
リリース
241
Wiki
アクティビティ
ソースを参照
Display the package name of `hg` as `mercurial` in message (
#212
)
pull/215/head
Yamashita Yuu
12年前
親
b8a7de8a3c
コミット
aa62882347
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
plugins/python-build/bin/python-build
+ 1
- 1
plugins/python-build/bin/python-build
ファイルの表示
@ -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
}
書き込み
プレビュー
読み込み中…
キャンセル
保存