/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/transform.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-03 21:28:52 UTC
  • mfrom: (4403 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4404.
  • Revision ID: jelmer@samba.org-20090603212852-jf7cmmjw2iwqhxen
Merge bzr.dev.

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,