Mercurial - yusukew62/docs GitHub Wiki

Mercurial

環境構築

yumでMercurialをインストールする
参考

# touch /etc/yum.repos.d/mercurial.selenic.com.repo
# vi /etc/yum.repos.d/mercurial.selenic.com.repo

以下を記載する

[mercurial.selenic.com]
name=mercurial.selenic.com
baseurl=https://www.mercurial-scm.org/release/centos$releasever
enabled=1
# Temporary until we get a serious signing scheme in place,
# check https://www.mercurial-scm.org/wiki/Download again
gpgcheck=0

例としてMozilla Firefoxのソースをダウンロードする

# hg clone http://hg.mozilla.org/mozilla-central/ mozilla/