~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Aaron Bentley
  • Date: 2009-05-21 09:43:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4386.
  • Revision ID: aaron@aaronbentley.com-20090521094300-jbjbkkpibebk3kj8
Ensure Tree.get_file_with_stat is provided.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1880
1880
        name = self._transform._limbo_name(trans_id)
1881
1881
        return open(name, 'rb')
1882
1882
 
1883
 
    def get_file_with_stat(self, file_id, path):
 
1883
    def get_file_with_stat(self, file_id, path=None):
1884
1884
        return self.get_file(file_id, path), None
1885
1885
 
1886
1886
    def annotate_iter(self, file_id,