A Scalable, User-Friendly Source Control System.
Go to file
Martin Geisler cb82832656 help config: explain that config files do not exist by default
Inspired by critique given on StackOverflow where a user writes:

  I can have a good guess at what "%USERPROFILE%" might signify but
  none of the files listed in the "hg help config" output exist after
  running the installer. Previous experience would suggest that
  missing files mean something somewhere has gone seriously wrong.

  http://stackoverflow.com/questions/2329023/2351139#2351139
2011-04-18 13:57:22 +02:00
contrib wix: add new file templates/paper/bookmarks.tmpl 2011-03-18 11:36:36 -05:00
doc hgrc.5: drop 'hgext.' prefix when talking about extensions 2011-04-07 11:17:55 +02:00
hgext patchbomb, help/hgweb: do not refer to config files as hgrc files 2011-04-01 12:14:42 +02:00
i18n i18n-pt_BR: synchronized with fa1153023ab1 2011-04-01 14:35:04 -03:00
mercurial help config: explain that config files do not exist by default 2011-04-18 13:57:22 +02:00
tests encoding: avoid localstr when a string can be encoded losslessly (issue2763) 2011-04-15 23:45:41 -05:00
.hgignore hgignore: ignore more bytecode 2011-02-03 07:58:54 +01:00
.hgsigs Added signature for changeset e5c66e134318 2011-04-01 12:42:02 -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 *: 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 setup: fix mac build broken by 1564bc7b747b 2011-03-13 17:39:33 -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.