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

  • Committer: Aaron Bentley
  • Date: 2007-08-16 04:41:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2735.
  • Revision ID: aaron.bentley@utoronto.ca-20070816044100-sdff9czzjft6g919
Rename extract_files_bytes to iter_files_bytes

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
    def get_file_by_path(self, path):
226
226
        return self.get_file(self._inventory.path2id(path))
227
227
 
228
 
    def extract_files_bytes(self, desired_files):
 
228
    def iter_files_bytes(self, desired_files):
229
229
        """Iterate through file contents.
230
230
 
231
231
        The order in which files will be yielded is unspecified.