README
author Jesse Glick <jesse.glick@sun.com>
Fri, 25 Jan 2008 19:49:15 -0500
changeset 5953 e7f1be4bf40a
parent 3935 1158d7018052
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
Permitting the import command to accept a --user option. The prose section of the help text for the command already said that -u and -m are accepted, but -u was not listed in the table of options, and did not work. Useful when accepting patches from other people made by hg diff rather than hg export. For completeness, also accepting -d DATE. [CHANGES: rebased against d8878742a924, --no-commit option.]

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.