12
12
from bzrlib.revision import NULL_REVISION
13
13
from bzrlib.tsort import merge_sort
15
def linegraph(repository, start_revs, maxnum, broken_line_length = None,
17
def linegraph(repository, start_revs, maxnum, root_progress,
17
20
"""Produce a directed graph of a bzr repository.
19
22
Returns a tuple of (line_graph, revid_index, columns_len) where