Mercurial (hg) のインストールメモ (Vine Linux 4.2)

本体のインストール

# apt-get update
# apt-get install python-tools
$ cd /tmp
$ wget http://www.selenic.com/mercurial-stable-snapshot.tar.gz
$ tar -xvzf mercurial-stable-snapshot.tar.gz
$ cd mercurial-
$ make
$ make install-home

~/.bash_profile の編集