A Scalable, User-Friendly Source Control System.
Go to file
Benoit Boissinot ce6a51c4eb refactor options from cmdtable
- add extracommitopts for user and date
- factor stuff
2007-08-08 12:27:20 +02:00
contrib Remove trailing spaces, fix indentation 2007-08-07 10:28:43 +02:00
doc Remove trailing spaces 2007-08-07 10:24:33 +02:00
hgext refactor options from cmdtable 2007-08-08 12:27:20 +02:00
mercurial refactor options from cmdtable 2007-08-08 12:27:20 +02:00
templates gitweb: add notfound template 2007-07-05 19:47:04 -07:00
tests refactor options from cmdtable 2007-08-08 12:27:20 +02:00
.hgignore Ignore mergebackup files generated by mpatch 2007-07-26 13:38:20 -07:00
.hgsigs Added signature for changeset e64b8d651071183a358d6f98136eb08450366023 2007-06-25 21:23:24 -05: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 Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
hgeditor hgeditor: Use $HG to run 'hg diff' (see 9779a8c8d672) 2007-06-23 20:22:17 +02:00
hgmerge Check for conflict markers in hgmerge (issue471) 2007-07-08 13:44:41 +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 Makefile: remove *.pyd files on "make clean". 2007-06-25 14:46:20 +02:00
README Move README info to wiki 2006-12-19 17:17:08 -06:00
setup.py Add Chris Mason's mpatch library. 2007-07-17 09:39:30 -07: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.