177
176
self.set_title(branch.nick + " - bzrk")
178
177
gobject.idle_add(self.populate_model, start, maxnum)
180
179
def populate_model(self, start, maxnum):
180
(linegraphdata, index, revisions) = linegraph(self.branch,
196
187
for (index,(revision, node, lines, parents, children)) in enumerate( \
198
189
# FIXME: at this point we should be able to show the graph order
199
190
# and lines with no message or commit data - and then incrementally
200
191
# fill the timestamp, committer etc data as desired.