~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Aaron Bentley
  • Date: 2008-04-29 15:14:03 UTC
  • mfrom: (3389 +trunk)
  • mto: (3380.3.3 cleanup)
  • mto: This revision was merged to the branch mainline in revision 3392.
  • Revision ID: aaron@aaronbentley.com-20080429151403-r1ak2ew0mdp30o53
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        return w.annotate(self.inventory[file_id].revision)
97
97
 
98
98
    def get_file_size(self, file_id):
 
99
        """See Tree.get_file_size"""
99
100
        return self._inventory[file_id].text_size
100
101
 
101
102
    def get_file_sha1(self, file_id, path=None, stat_value=None):