README
author Patrick Mezard <pmezard@gmail.com>
Sat, 16 Feb 2008 11:55:33 +0100
changeset 6100 49c69e1e4aa2
parent 3935 1158d7018052
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
convert: fix --datesort ordering Two branches a and b starting at root, with commits interleaved like: root a0 a1 b0 a2 a3 b1 were converted in the following order: root a0 b0 a1 b1 a2 a3 Replace depth based toposort with a more classic traversal method.

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.