215
215
note('if conversion fails, you can move this directory back to .bzr')
216
216
note('if it succeeds, you can remove this directory if you wish')
219
218
def _convert_working_inv(self):
221
220
inv = serializer_v4.read_inventory(branch.control_files.controlfile('inventory', 'rb'))
222
221
new_inv_xml = serializer_v5.write_inventory_to_string(inv)
227
224
def _write_all_weaves(self):
228
225
write_a_weave(self.inv_weave, self.base + '/.bzr/inventory.weave')