A Scalable, User-Friendly Source Control System.
Go to file
Eric Eisner 8113ebb989 template: add showbranch template for {branch}
Like showbranches, but always yields exactly one branch. Replaces the less
correct {branches|nonempty}.
2010-12-13 10:30:15 -05:00
contrib check-code: single check for Python keywords used as a function 2010-12-03 12:04:31 +01:00
doc coding style: fix yield used as a function 2010-12-03 12:22:56 +01:00
hgext progress: don't compute estimate without a total 2010-12-16 07:45:22 -06:00
i18n merge with stable 2010-12-06 16:03:00 -06:00
mercurial template: add showbranch template for {branch} 2010-12-13 10:30:15 -05:00
tests template: add showbranch template for {branch} 2010-12-13 10:30:15 -05:00
.hgignore Ignore mercurial.egg-info build output 2010-06-18 10:45:40 -07:00
.hgsigs Added signature for changeset 3bfdb3ab811e 2010-12-01 18:46:20 -06:00
CONTRIBUTORS Add note to CONTRIBUTORS file 2007-11-07 21:10:30 -06:00
COPYING Add COPYING 2005-06-17 09:32:13 -08:00
hg setup/hg: handle hg being a symlink when appending relative libdir to sys.path 2010-10-21 09:58:22 -07:00
hgeditor Fixed a bashism with the use of $RANDOM in hgeditor. 2010-05-19 18:06:35 +02:00
hgweb.cgi *: add executable bit to a few files that were missing it. 2010-10-26 12:18:37 +02:00
Makefile build: don't delete precious version information on 'make clean' 2010-12-08 11:18:26 -06:00
README README: add small introduction 2010-10-27 12:05:37 +02:00
setup.py *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02:00

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.