~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Robert Collins
  • Date: 2005-10-13 07:30:14 UTC
  • mfrom: (1452)
  • mto: This revision was merged to the branch mainline in revision 1453.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051013073014-cdfd16f95c395b6b
merge from integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
            # get them
188
188
            old_path = old_inv.id2path(file_id)
189
189
            new_path = new_inv.id2path(file_id)
190
 
            old_ie._read_tree_state(old_path, old_tree)
191
 
            new_ie._read_tree_state(new_path, new_tree)
 
190
            old_ie._read_tree_state(old_tree)
 
191
            new_ie._read_tree_state(new_tree)
192
192
            text_modified, meta_modified = new_ie.detect_changes(old_ie)
193
193
 
194
194
            # TODO: Can possibly avoid calculating path strings if the