/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1479
1479
        inv = serializer_v4.read_inventory(self.branch.control_files.get('inventory'))
1480
1480
        new_inv_xml = bzrlib.xml5.serializer_v5.write_inventory_to_string(inv)
1481
1481
        # FIXME inventory is a working tree change.
1482
 
        self.branch.control_files.put('inventory', new_inv_xml)
 
1482
        self.branch.control_files.put('inventory', StringIO(new_inv_xml))
1483
1483
 
1484
1484
    def _write_all_weaves(self):
1485
1485
        controlweaves = WeaveStore(self.bzrdir.transport, prefixed=False)