Merge lp://staging/~jameinel/bzr/2.3-cheaper-iter-entries-by-dir into lp://staging/bzr/2.3
Proposed by
John A Meinel
Status: | Merged |
---|---|
Approved by: | John A Meinel |
Approved revision: | no longer in the source branch. |
Merged at revision: | 5632 |
Proposed branch: | lp://staging/~jameinel/bzr/2.3-cheaper-iter-entries-by-dir |
Merge into: | lp://staging/bzr/2.3 |
Diff against target: |
223 lines (+158/-2) 3 files modified
bzrlib/inventory.py (+69/-2) bzrlib/tests/test_inv.py (+82/-0) doc/en/release-notes/bzr-2.3.txt (+7/-0) |
To merge this branch: | bzr merge lp://staging/~jameinel/bzr/2.3-cheaper-iter-entries-by-dir |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
bzr-core | Pending | ||
Review via email: mp+54494@code.staging.launchpad.net |
Commit message
Bug #737234, preload the inventory during iter_entries_by_dir to avoid thrashing.
Description of the change
This is just a simple backport of my 2.4 change to _preload_cache as part of iter_entries_
To post a comment you must log in.
Marking approved according to commentary on the 2.4 proposal.