Bitbucket: Free Mercurial (Hg) code repositories
http://www.bitbucket.org is a Hg code repository hosting service which allows you to host upto 150 MB of your codes for FREE.
I like the private repository feature.
I like the private repository feature.
To build Mercurial 1.1 on Unix, follow the instructions at http://www.selenic.com/mercurial/wiki/index.cgi/UnixInstall
You might get a not found error regarding ‘Python.h’. So you will have to install the ‘python-devel’ package. On OpenSuse 11.1, you would do:
sudo zypper install python-devel