README
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 24 Nov 2014 23:51:26 -0500
changeset 23538 ccfb56450f21
parent 16217 df5ecb813426
child 26421 4b0fc75f9403
permissions -rw-r--r--
addremove: add support for the -S flag Git and svn subrepos are currently not supported. It doesn't look like git or svn have these commands natively, so that's an area for a git or svn expert.

Mercurial
=========

Mercurial is a fast, easy to use, distributed revision control tool
for software developers.

Basic install:

 $ make            # see install targets
 $ make install    # do a system-wide install
 $ hg debuginstall # sanity-check setup
 $ hg              # see help

Running without installing:

 $ make local      # build for inplace usage
 $ ./hg --version  # should show the latest version

See http://mercurial.selenic.com/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.