2011-12-02

The easy way to install Mercurial in Centos 5.7 (or any 5.x)

There is no Mercurial RPM in default repositories and if you don't want to use 3rd party repos, just use python easy_install to install:
# sudo yum install python-setuptools python-devel gcc -y
# sudo easy_install Mercurial