~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

recommit of TreeTransform._iter_changes fix with missing files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1047
1047
                to_path = final_paths.get_path(to_trans_id)
1048
1048
            if from_kind != to_kind:
1049
1049
                modified = True
1050
 
            elif to_kind in ('file' or 'symlink') and (
 
1050
            elif to_kind in ('file', 'symlink') and (
1051
1051
                to_trans_id != from_trans_id or
1052
1052
                to_trans_id in self._new_contents):
1053
1053
                modified = True