42
42
common output formats are png, gif, svg, ps. An extension of '.dot' will
43
43
cause a dot graph file to be produced.
45
Ancestry is usually collapsed by removing nodes with a single parent
46
and descendant, but this can be disabled with --no-collapse.
48
The current branch's revisions are yellow and labeled R?, where ? is
49
the revno. Other revisions are labeled with essentially random numbers.
45
The current branch's revisions are yellow and labeled r?, where ? is
46
the revno. Other revisions are labeled with the last 5 characters of
47
their revision identifier.
51
49
Revisions that are not in branch storage have dotted outlines.
51
If --merge-branch is specified, revisions in the merge-branch are red,
52
revision in the common history are orange, revision that are common
53
ancestors are blue, and the merge base is green.
55
Ancestry is usually collapsed by removing revisions with a single parent
56
and descendant. The number of skipped revisions is shown on the arrow.
57
This feature can be disabled with --no-collapse.
59
By default, revisions are ordered by distance from root, but they can be
60
clustered instead using --cluster.
53
62
rsvg is used to antialias PNG and JPEG output, but this can be disabled
54
63
with --no-antialias.