A Scalable, User-Friendly Source Control System.
Go to file
Brodie Rao ff59218cc1 cat: fix cat without -r, broken by 5089d555cee9
The default revision for revsingle() is now '.' instead of None. This
preserves the behavior of cat prior to it using revsingle().
2010-10-08 14:02:23 -05:00
contrib contrib/vim: add a syntax file for unified tests 2010-09-26 20:43:43 -04:00
doc doc: clarify that https cert verification requires web.cacerts 2010-10-01 00:48:50 +02:00
hgext keyword: use workingctx to detect modified and added files after rollback 2010-10-01 02:13:31 +02:00
i18n merge with stable 2010-10-01 10:29:33 -05:00
mercurial cat: fix cat without -r, broken by 5089d555cee9 2010-10-08 14:02:23 -05:00
tests revsets: make revpair revsets-aware 2010-10-07 18:05:04 -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 Update license to GPLv2+ 2010-01-19 22:20:08 -06: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: slight simplification 2010-09-26 21:37:42 +02: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.