README
author Martin Geisler <mg@lazybytes.net>
Wed, 22 Jul 2009 22:50:34 +0200
changeset 9183 d0225fa2f6c4
parent 8936 1de6e7e1bb9f
child 9595 6219401643d1
permissions -rw-r--r--
do not translate commit messages It is not very helpful to have 'Added tag %s for changeset %s' and similar messages translated into different languages when people work together using different locales. We now use English strings without support for translations. If needed, the user can still supply a custom string for most commands.

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.