README
author Greg Ward <greg-hg@gerg.ca>
Thu, 01 Oct 2009 15:36:45 -0400
changeset 9518 bc19a0b04e83
parent 8936 1de6e7e1bb9f
child 9595 6219401643d1
permissions -rw-r--r--
dirstate: add/improve method docstrings. - add doc to __init__(), _map(), status() - enhance for __getitem__() - fix inaccurate doc for walk() (described wrong return type)

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.