/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: Alexander Belchenko
  • Date: 2008-03-05 13:09:32 UTC
  • mfrom: (3201.2.1 dir-mv)
  • mto: This revision was merged to the branch mainline in revision 3293.
  • Revision ID: bialix@ukr.net-20080305130932-3mlfwj7bqrlitxoc
merge Lukas' patch and update it with case-insensitive rename check.

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