9
10
__author__ = "Scott James Remnant <scott@ubuntu.com>"
11
12
from bzrlib.revision import NULL_REVISION
12
13
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.