~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

various notes about find_ids_across_trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
 
561
561
    def has_id(self, file_id):
562
562
        # files that have been deleted are excluded
563
 
        inv = self._inventory
 
563
        inv = self.inventory
564
564
        if not inv.has_id(file_id):
565
565
            return False
566
566
        path = inv.id2path(file_id)