README
author Eli Carter <eli.carter@tektronix.com>
Thu, 30 Jun 2011 13:22:12 -0500
branchstable
changeset 14820 7ef125fa9b35
parent 12857 a9f91c844a3b
child 16217 df5ecb813426
permissions -rw-r--r--
subrepo: correct revision in svn checkout A Subversion subrepo checkout uses a url and --revision which does not do the correct thing when specifying a revision of a branch that has since been deleted and recreated. The checkout needs to specify the revision as URL@REV instead.

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

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