Mercurial is a distributed source control management tool similar to CVS, Subversion and Git. Mercurial is written in Python and is used by projects such as Mozilla, Vim and Audacious.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://mercurial.selenic.com/release/mercurial-2.5.2.tar.gz
Download MD5 sum: 6b467f41a262e2537cf927ed42d0fdda
Download size: 3.7 MB
Estimated disk space required: 40 MB
Estimated build time: 0.1 SBU (additional 8.5 SBU for tests)
Docutils (required to build the documentation), git-1.8.2.3, gpg2 (with Python bindings), Subversion-1.7.8 (with Python bindings), bazaar-2.5.0, CVS-1.11.23, pyflakes, pygments, and pyOpenSSL
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mercurial
Build Mercurial by issuing the following command:
make build
To build the documentation (requires Docutils), issue:
make doc
To test the results, issue: make check.
Install Mercurial by running the
following command (as root):
make PREFIX=/usr install-bin
If you built the documentation, install it by running the following
command (as root):
make PREFIX=/usr install-doc
Last updated on 2013-03-31 11:22:49 +0000