252
252
self.bzrdir.transport.delete('branch-format')
253
253
self.branch = self.bzrdir.open_branch()
254
254
self._convert_working_inv()
256
256
# to_read is a stack holding the revisions we still need to process;
257
257
# appending to it adds new highest-priority revisions
258
258
self.known_revisions = set(rev_history)