/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/workingtree.py

  • Committer: Martin Pool
  • Date: 2007-10-08 05:04:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2895.
  • Revision ID: mbp@sourcefrog.net-20071008050415-im0qoda3ek0lz889
Fix incorrect deletion from _create_basis_xml_from_inventory (thanks igc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1709
1709
 
1710
1710
    def _create_basis_xml_from_inventory(self, revision_id, inventory):
1711
1711
        """Create the text that will be saved in basis-inventory"""
 
1712
        inventory.revision_id = revision_id
1712
1713
        return xml7.serializer_v7.write_inventory_to_string(inventory)
1713
1714
 
1714
1715
    def _cache_basis_inventory(self, new_revision):