Merge lp://staging/~jelmer/launchpad/bzr-2.5.1 into lp://staging/launchpad
Proposed by
Jelmer Vernooij
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | j.c.sackett | ||||||||
Approved revision: | no longer in the source branch. | ||||||||
Merged at revision: | 15901 | ||||||||
Proposed branch: | lp://staging/~jelmer/launchpad/bzr-2.5.1 | ||||||||
Merge into: | lp://staging/launchpad | ||||||||
Diff against target: |
222 lines (+48/-33) 8 files modified
lib/lp/code/bzr.py (+6/-1) lib/lp/codehosting/__init__.py (+3/-0) lib/lp/codehosting/upgrade.py (+1/-1) lib/lp/codehosting/vfs/transport.py (+6/-0) lib/lp_sitecustomize.py (+14/-10) utilities/sourcedeps.cache (+12/-12) utilities/sourcedeps.conf (+5/-5) versions.cfg (+1/-4) |
||||||||
To merge this branch: | bzr merge lp://staging/~jelmer/launchpad/bzr-2.5.1 | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
j.c.sackett (community) | Approve | ||
Review via email: mp+112523@code.staging.launchpad.net |
Commit message
Update Bazaar to version 2.5.1.
Description of the change
Update Bazaar to 2.5.1. This version includes various performance improvements as well as a bunch of bug fixes.
== QA ==
I would like to cowboy this on staging first, so we can give it a more extended test run on staging. There is a fair number of changes to the HPSS in this landing, which would be good to test for a bit longer given our previous experiences updating bzr.
To post a comment you must log in.
Jelmer--
This looks alright, but I have a few concerns/questions.
1) Given you want to land this on db-devel first, you're going to need to branch from that and propose against it. I'm not sure landing there is necessary though, so you might send an email to the list to let people weigh in on if it's a good idea/necessary.
2) I see two new methods defined, but not called anywhere. Are they needed? How are they used?