README
author Matt Mackall <mpm@selenic.com>
Mon, 12 Oct 2009 18:25:46 -0500
changeset 9584 17da88da1abd
parent 8936 1de6e7e1bb9f
child 9595 6219401643d1
permissions -rw-r--r--
bisect: use util.system and fix good/bad when using -c The existing scheme using util.find_exe and subprocess.call meant we couldn't use simple shell commands in tests. Fix that. Also, it mistakenly used status from the system() call rather than good from the bisect call in reporting results.

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.