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

Merge the 2.3 branch changes up to 2.4. The final changes are
too invasive to do in a stable series (IMO).

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=os.fstat):
 
529
                           _fstat=osutils.fstat):
530
530
        """See Tree.get_file_with_stat."""
531
531
        if path is None:
532
532
            path = self.id2path(file_id)