README
author Idan Kamara <idankk86@gmail.com>
Wed, 15 Feb 2012 23:44:10 +0200
branchstable
changeset 16114 acfca07a8f26
parent 12857 a9f91c844a3b
child 16217 df5ecb813426
permissions -rw-r--r--
cmdserver: invalidate the dirstate when running commands (issue3271) The dirstate is invalidated separately outside of invalidate() which is already being called (other callers of invalidate() seems to suggest the separation is there for a reason).

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.