/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Aaron Bentley
  • Date: 2008-04-28 16:37:29 UTC
  • mto: (3363.2.12 preview-tree-changed)
  • mto: This revision was merged to the branch mainline in revision 3388.
  • Revision ID: aaron@aaronbentley.com-20080428163729-vj9c0vf7rqkliani
Add get_file_size to Tree interface

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):