README
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 16 Jul 2007 20:15:03 -0700
changeset 4889 d69b1fb111b9
parent 3942 1158d7018052
permissions -rw-r--r--
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601) This also fixes an asymmetry bug in which we called the pretag hook if we were going to create a local tag, but didn't call the tag hook afterwards.

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.