README
author Matt Mackall <mpm@selenic.com>
Sat, 10 Jan 2009 18:02:38 -0600
changeset 7632 9626819b2e3d
parent 3935 1158d7018052
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
refactor version code - simplify version detection code - move detection code into setup.py - move version reading function into util.py - drop version.py code This makes hg more closely follow its own recommendation of how to deal with versioning your builds: use hg id in your build script.

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.