~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2005-09-22 20:29:54 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050922202954-39178170599eafe2
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
 
    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
 
    
49
 
    Revisions that are not in branch storage have dotted outlines.
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.
 
45
    Branches are labeled r?, where ? is the revno.  If they have no revno,
 
46
    with the last 5 characters of their revision identifier are used instead.
 
47
    
 
48
    If --merge-branch is specified, the two branches are compared and a merge
 
49
    base is selected.
 
50
    
 
51
    Legend:
 
52
    yellow   THIS  history
 
53
    red      OTHER history
 
54
    orange   COMMON history
 
55
    blue     COMMON non-history ancestors
 
56
    dotted   Missing from branch storage
54
57
 
55
58
    Ancestry is usually collapsed by removing revisions with a single parent
56
59
    and descendant.  The number of skipped revisions is shown on the arrow.