~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 4634.111.1.

  • Committer: John Arbash Meinel
  • Date: 2009-12-15 16:40:26 UTC
  • mto: (4634.108.4 2.0)
  • mto: This revision was merged to the branch mainline in revision 4928.
  • Revision ID: john@arbash-meinel.com-20091215164026-uuqi0rbvb61338bo
First cut at a possible fix for bug #343218

Basically, use iter_files_bytes() to grab all of the content for all files
in one pass, rather than repeated calls to 'tree.get_file_lines()'.

I haven't been able to test to completion, but against my local webserver
the old code gets a networking error after 1-2minutes, the new code finishes
in 25s.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: