124
124
:param maxnum: Maximum number of revisions to display, or None
127
(linegraphdata, index, columns_len) = linegraph(self.branch,
127
(linegraphdata, index, columns_len) = linegraph(self.branch.repository,
132
132
self.graph_cell.columns_len = columns_len
133
133
width = self.graph_cell.get_size(self.treeview)[2]
134
134
self.graph_column.set_fixed_width(width)