A Scalable, User-Friendly Source Control System.
Go to file
Adrian Buehlmann 34d2bab4e0 util: move checklink() to posix.py and return False on Windows
Python added support for Windows 6.0 (Vista) symbolic links in 3.2 [1], but
even these symbolic links aren't what we can expect from a canonical
symbolic link, since creation requires SeCreateSymbolicLinkPrivilege,
which typically only admins have.

So we can safely assume that we don't have symbolic links on Windows.

[1] http://docs.python.org/py3k/library/os.html#os.symlink
2011-04-05 11:55:52 +02:00
contrib misc: replace .parents()[0] with p1() 2011-04-04 16:21:59 -05:00
doc patch: deprecate ui.patch / external patcher feature 2011-03-24 10:28:29 +01:00
hgext keyword: convert a verbatim block to a field list 2011-04-05 11:07:25 +02:00
i18n i18n-pt_BR: synchronized with fa1153023ab1 2011-04-01 14:35:04 -03:00
mercurial util: move checklink() to posix.py and return False on Windows 2011-04-05 11:55:52 +02:00
tests util: make 'hg log -d --2' abort (issue2734) 2011-04-05 16:55:47 +08:00
.hgignore hgignore: ignore dll files generated under cygwin 2011-03-14 12:42:05 -04: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 util: add Mac-specific check whether we're in a GUI session (issue2553) 2011-03-23 09:43:34 +01: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.