A Scalable, User-Friendly Source Control System.
Go to file
Kevin Bullock 63e0b7b699 revsets: let p1() and p2() return parents of working dir
This patch makes the 'set' argument to revset functions p1() and p2()
optional. If no argument is given, p1() and p2() return the first or second
parent of the working directory.

If the working directory is not an in-progress merge (no 2nd parent), p2()
returns the empty set. For a checkout of the null changeset, both p1() and
p2() return the empty set.
2010-11-04 16:59:03 -05:00
contrib *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02:00
doc doc/Makefile: docs now also depend on extensions 2010-11-04 17:52:40 +01:00
hgext keyword: turn regexes and escaped keywords into a propertycache 2010-11-04 22:56:38 +00:00
i18n i18n-pt_BR: synchronized with 27a754af177b 2010-11-01 16:04:15 -02:00
mercurial revsets: let p1() and p2() return parents of working dir 2010-11-04 16:59:03 -05:00
tests revsets: let p1() and p2() return parents of working dir 2010-11-04 16:59:03 -05:00
.hgignore Ignore mercurial.egg-info build output 2010-06-18 10:45:40 -07:00
.hgsigs Added signature for changeset bd92c7834abb 2010-11-01 17:40:17 -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 i18n: extract docstrings from revset module 2010-10-26 23:07:14 -02:00
README README: add small introduction 2010-10-27 12:05:37 +02:00
setup.py *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02: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.