A Scalable, User-Friendly Source Control System.
Go to file
Bryan O'Sullivan 39c3672fd0 tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
This also fixes an asymmetry bug in which we called the pretag hook if we
were going to create a local tag, but didn't call the tag hook afterwards.
2007-07-16 20:15:03 -07:00
contrib Re: mercurial.el and hg-version-other-window 2007-07-14 11:27:58 -05:00
doc mercurial.spec: include CONTRIBUTORS, COPYING and man pages in rpm 2007-06-30 01:21:22 +01:00
hgext mq: autodetect an existing git patch during qrefresh (issue 491) 2007-07-16 16:50:47 -07:00
mercurial tag: handle .hgtags and .hg/localtags with missing final newline (issue 601) 2007-07-16 20:15:03 -07:00
templates gitweb: add notfound template 2007-07-05 19:47:04 -07:00
tests tag: handle .hgtags and .hg/localtags with missing final newline (issue 601) 2007-07-16 20:15:03 -07:00
.hgignore Ignore .DS_Store directories 2006-08-21 17:47:02 -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 setup.py not executable: change instructions at beginning of file 2007-06-28 02:11:54 +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://www.selenic.com/mercurial/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.