~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2005-09-22 23:26:32 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050922232632-4fb8b331c9509a12
tweaked docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    yellow   THIS  history
54
54
    red      OTHER history
55
55
    orange   COMMON history
56
 
    blue     COMMON non-history ancestors
 
56
    blue     COMMON non-history ancestor
57
57
    dotted   Missing from branch storage
58
58
 
59
59
    Ancestry is usually collapsed by removing revisions with a single parent
63
63
    By default, revisions are ordered by distance from root, but they can be
64
64
    clustered instead using --cluster.
65
65
 
66
 
    rsvg is used to antialias PNG and JPEG output, but this can be disabled
67
 
    with --no-antialias.
 
66
    If available, rsvg is used to antialias PNG and JPEG output, but this can
 
67
    be disabled with --no-antialias.
68
68
    """
69
69
    takes_args = ['branch', 'file']
70
70
    takes_options = ['no-collapse', 'no-antialias', 'merge-branch', 'cluster']