~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.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:
1702
1702
    def kind(self, file_id):
1703
1703
        return file_kind(self.id2abspath(file_id))
1704
1704
 
 
1705
    def stored_kind(self, file_id):
 
1706
        """See Tree.stored_kind"""
 
1707
        return self.inventory[file_id].kind
 
1708
 
1705
1709
    def _comparison_data(self, entry, path):
1706
1710
        abspath = self.abspath(path)
1707
1711
        try: