Merge lp://staging/~jelmer/brz/hpss-get-missing-keys into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Jelmer Vernooij | ||||
Approved revision: | no longer in the source branch. | ||||
Merge reported by: | The Breezy Bot | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~jelmer/brz/hpss-get-missing-keys | ||||
Merge into: | lp://staging/brz | ||||
Diff against target: |
274 lines (+150/-9) 7 files modified
breezy/bzr/remote.py (+42/-2) breezy/bzr/smart/repository.py (+46/-1) breezy/bzr/smart/request.py (+3/-0) breezy/bzr/vf_repository.py (+12/-3) breezy/tests/blackbox/test_branch.py (+19/-0) breezy/tests/per_branch/test_create_clone.py (+2/-2) breezy/tests/test_smart.py (+26/-1) |
||||
To merge this branch: | bzr merge lp://staging/~jelmer/brz/hpss-get-missing-keys | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Review via email: mp+348448@code.staging.launchpad.net |
Commit message
Add HPSS call for Repository.
Description of the change
Add HPSS call for Repository.
To post a comment you must log in.
Some conflicts to resolve but logic all looked fine to me.