~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2005-09-22 18:37:49 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050922183749-1e6058287fb5234d
Updated help

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.
44
44
 
45
 
    Ancestry is usually collapsed by removing nodes with a single parent
46
 
    and descendant, but this can be disabled with --no-collapse.
47
 
 
48
 
    The current branch's revisions are yellow and labeled R?, where ? is
49
 
    the revno.  Other revisions are labeled with essentially random numbers.
50
 
 
 
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.
 
48
    
51
49
    Revisions that are not in branch storage have dotted outlines.
52
50
 
 
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.
 
54
 
 
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.
 
58
 
 
59
    By default, revisions are ordered by distance from root, but they can be
 
60
    clustered instead using --cluster.
 
61
 
53
62
    rsvg is used to antialias PNG and JPEG output, but this can be disabled
54
63
    with --no-antialias.
55
64
    """