A Scalable, User-Friendly Source Control System.
Go to file
Thomas Arendsen Hein 28f17c0cc7 Improved error message for extensions overriding commands (with test):
- Old text "module foo overrides bar" was misread as overriding module bar.
- Only print a single warning line per extension instead of one for each
  command.
2006-12-26 15:33:50 +01:00
contrib remove various unused import 2006-12-25 13:37:00 +01:00
doc Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild. 2006-12-16 13:57:37 +01:00
hgext mq: remove unecessary code, duplicate with util.opener 2006-12-26 03:29:45 +01:00
mercurial Improved error message for extensions overriding commands (with test): 2006-12-26 15:33:50 +01:00
templates Send encoding information in rss header 2006-12-21 20:41:56 +01:00
tests Improved error message for extensions overriding commands (with test): 2006-12-26 15:33:50 +01:00
.hgignore Ignore .DS_Store directories 2006-08-21 17:47:02 -07:00
.hgsigs Added signature for changeset b73092605dd7aba2a9c57c9a4c9f4f5d650a3166 2006-12-17 19:17:18 -06:00
CONTRIBUTORS Add self to contributors 2006-08-18 15:03:16 -07:00
COPYING Add COPYING 2005-06-17 09:32:13 -08:00
hg Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
hgeditor Find the system's MD5 binary. 2006-07-28 13:46:19 -05:00
hgmerge Try to use /usr/bin/test or /bin/test to work around missing features. 2006-04-07 22:31:54 +02:00
hgweb.cgi hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts: 2006-12-11 14:30:50 +01:00
hgwebdir.cgi hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts: 2006-12-11 14:30:50 +01:00
Makefile add possibility to pass flags when testing with the Makefile 2006-12-26 03:11:37 +01:00
README Move README info to wiki 2006-12-19 17:17:08 -06:00
setup.py Fix setup.py warning 2006-12-15 01:17:04 -06:00

Basic install:

 $ make            # see install targets
 $ make install    # do a system-wide install
 $ hg debuginstall # sanity-check setup
 $ hg              # see help

See http://www.selenic.com/mercurial/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.