A Scalable, User-Friendly Source Control System.
Go to file
2010-10-20 14:57:36 -05:00
contrib check-code: warning and fixes for whitespace in unified tests 2010-10-20 14:57:36 -05:00
doc gendoc: added styling for extension TOC 2010-10-20 17:47:46 +02:00
hgext help: different section separators 2010-10-19 13:39:34 +02:00
i18n merge with stable 2010-10-01 10:29:33 -05:00
mercurial hgweb: use Pythons ssl module for HTTPS serve when using Python 2.6 or later 2010-10-20 20:19:34 +02:00
tests check-code: warning and fixes for whitespace in unified tests 2010-10-20 14:57:36 -05: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: always load Mercurial from where it was installed. 2010-08-17 15:44:38 +02: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 Makefile: remove the build folder manually 2010-09-25 19:47:45 -05:00
README change wiki/bts URLs to point to new hostname 2009-06-24 15:32:37 +02:00
setup.py setup.py: write libdir as a python string literal 2010-10-09 15:40:29 -05:00

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.