/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

  • Committer: Andrew Bennetts
  • Date: 2008-04-02 00:14:00 UTC
  • mfrom: (3324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080402001400-r1pqse38i03dl97w
Merge from 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