36
36
"""Produce ancestry graphs using dot.
38
38
Output format is detected according to file extension. Some of the more
39
common outputs are png, gif, svg, ps. An extension of '.dot' will cause
39
common output formats are png, gif, svg, ps. An extension of '.dot' will
42
42
Ancestry is usually collapsed by removing nodes with a single parent
43
43
and descendant, but this can be disabled with --no-collapse.
45
50
takes_args = ['branch', 'file']
46
51
takes_options = ['no-collapse']