A Scalable, User-Friendly Source Control System.
Go to file
2010-10-26 14:41:58 +03:00
contrib wix: add subrepos help text 2010-10-25 10:07:54 -05:00
doc doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST 2010-10-23 20:10:18 +02:00
hgext rebase: abort message should appear even with --quiet 2010-10-26 14:41:58 +03:00
i18n merge with i18n 2010-10-25 13:07:27 -05:00
mercurial help: correct tip about deleting a subrepository 2010-10-27 12:13:49 -02:00
tests test-win32text.t: stabilize test output 2010-10-27 03:21:36 +02:00
.hgignore Ignore mercurial.egg-info build output 2010-06-18 10:45:40 -07:00
.hgsigs Added signature for changeset 199deecb201c 2010-10-01 10:18:57 -05: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 hgweb: add link to wiki 2010-07-03 02:03:55 +02:00
Makefile i18n: extract docstrings from revset module 2010-10-26 23:07:14 -02:00
README README: add small introduction 2010-10-27 12:05:37 +02:00
setup.py setup.py: write libdir as a python string literal 2010-10-09 15:40:29 -05: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.