~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-28 14:25:00 UTC
  • mfrom: (4354.4.9 commit-preview)
  • Revision ID: pqm@pqm.ubuntu.com-20090528142500-n7ki7gucmkxzx611
(abentley) move get_file_with_stat from MutableTree to Tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1915
1915
        name = self._transform._limbo_name(trans_id)
1916
1916
        return open(name, 'rb')
1917
1917
 
1918
 
    def get_file_with_stat(self, file_id, path):
 
1918
    def get_file_with_stat(self, file_id, path=None):
1919
1919
        return self.get_file(file_id, path), None
1920
1920
 
1921
1921
    def annotate_iter(self, file_id,