~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-22 09:57:11 UTC
  • mfrom: (5724.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110322095711-9bggm9tnxnw9frow
(jameinel) Fix tar exporters to always write to binary streams. (John A
 Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
526
526
        return self.get_file_with_stat(file_id, path, filtered=filtered)[0]
527
527
 
528
528
    def get_file_with_stat(self, file_id, path=None, filtered=True,
529
 
                           _fstat=osutils.fstat):
 
529
        _fstat=os.fstat):
530
530
        """See Tree.get_file_with_stat."""
531
531
        if path is None:
532
532
            path = self.id2path(file_id)