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

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
662
662
        if self._inventory is not None:
663
663
            update_inventory = True
664
664
            inv = self.inventory
 
665
            to_dir_id = to_entry[0][2]
665
666
            to_dir_ie = inv[to_dir_id]
666
 
            to_dir_id = to_entry[0][2]
667
667
        else:
668
668
            update_inventory = False
669
669