Merge lp://staging/~jameinel/bzr/2.0b1-402645-fragmentation into lp://staging/~bzr/bzr/trunk-old
Proposed by
John A Meinel
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Martin Pool | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~jameinel/bzr/2.0b1-402645-fragmentation | ||||
Merge into: | lp://staging/~bzr/bzr/trunk-old | ||||
Diff against target: | 38 lines | ||||
To merge this branch: | bzr merge lp://staging/~jameinel/bzr/2.0b1-402645-fragmentation | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pool | Approve | ||
Review via email: mp+10621@code.staging.launchpad.net |
To post a comment you must log in.
This is a reasonable fix for the fragmentation issue identified in: /bugs.edge. launchpad. net/bzr/ +bug/402645
https:/
Basically, we were fetching some data in "groupcompress" order, but we didn't actually combine anything to be optimal in the target repository. (So you split the existing groups up to get a new ordering, but then don't combine them to get optimal groups.)
The ideal is to fix the combining issue, but for now, this is far easier and gives us something better in the short term.