Mercurial is a distributed version control system written in Python. Mercurial should be considered experimental, as it has not yet reached release 1.0.
Follow the instructions below to install Mercurial.
|
Home > WestHost How-To > Install Mercurial How To Install Mercurial on a WestHost VPSMercurial is a distributed version control system written in Python. Mercurial should be considered experimental, as it has not yet reached release 1.0. Follow the instructions below to install Mercurial. InstallingUse the WestHost Site Manager to install the GNU Compiler Collection and the latest release of Python.
Log in to your VPS and give the following command line commands:
UninstallingTo remove Mercurial from your VPS, do the following:
rm -rf /usr/local/python/lib/python2.5/site-packages/mecurial/ /usr/local/bin/hg Noteshg debuginstall gives a warning about patch. The root cause is that the version of patch installed on the VPS defaults to outputting a message after each succssful patch, which is not expected by the test script. make test in mercurial-0.9.3 has multiple failures. Last modified: Tuesday, May 29 2007 at 2:33:59 PM MDT |