~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Aaron Bentley
  • Date: 2007-12-31 05:35:39 UTC
  • mto: This revision was merged to the branch mainline in revision 3241.
  • Revision ID: aaron.bentley@utoronto.ca-20071231053539-lpxc6wewg2r17bd9
Eliminate direct use of inventory from transform application

Show diffs side-by-side

added added

removed removed

Lines of Context:
1609
1609
            raise errors.NoSuchId(tree=self, file_id=file_id)
1610
1610
        return dirstate.DirState._minikind_to_kind[entry[1][0]]
1611
1611
 
 
1612
    def stored_kind(self, file_id):
 
1613
        """See Tree.stored_kind"""
 
1614
        return self.kind(file_id)
 
1615
 
1612
1616
    def path_content_summary(self, path):
1613
1617
        """See Tree.path_content_summary."""
1614
1618
        id = self.inventory.path2id(path)