10
9
__author__ = "Scott James Remnant <scott@ubuntu.com>"
12
11
from bzrlib.revision import NULL_REVISION
13
12
from bzrlib.tsort import merge_sort
16
16
def linegraph(graph, start_revs, maxnum=None, broken_line_length=None,
17
17
graph_data=True, mainline_only=False, root_progress=None):
18
18
"""Produce a directed graph of a bzr repository.