60
58
self.progress.update('retrieving inventory', 0, 0)
61
59
# do not put in init, as it should be done with progess,
64
62
self.history = self.branch.revision_history()
65
63
if not len(self.history):
71
68
while revno < len(self.planned_revisions):
72
69
rev_id = self.planned_revisions[revno]
73
70
self.progress.update('checking revision', revno,