README
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Fri, 19 Jun 2009 13:44:23 +0200
changeset 8842 acd03a6e2426
parent 3935 1158d7018052
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
graphmod/webcommands: use generic DAG walks Changes graph() to colorededges(), which operates on the new generic DAG walks and adds color and edge information needed by the web graph. This is in preparation of adding DAG walk filters, like the linear run collapser in the next patch. The idea is to have a bunch of changelog walkers that return basic data. Then we can filter this data. Finally we add edge and formatting info suitable for the output media we want to target (glog, hgweb).

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.