Merge lp://staging/~jelmer/bzr/hpss-_get-checkout-format into lp://staging/bzr
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Martin Packman | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 6371 | ||||
Proposed branch: | lp://staging/~jelmer/bzr/hpss-_get-checkout-format | ||||
Merge into: | lp://staging/bzr | ||||
Prerequisite: | lp://staging/~jelmer/bzr/hpss-no-vfs | ||||
Diff against target: |
313 lines (+159/-21) 9 files modified
bzrlib/controldir.py (+6/-1) bzrlib/remote.py (+42/-11) bzrlib/smart/bzrdir.py (+35/-0) bzrlib/smart/request.py (+3/-0) bzrlib/tests/blackbox/test_checkout.py (+4/-5) bzrlib/tests/per_branch/test_create_checkout.py (+4/-4) bzrlib/tests/test_remote.py (+37/-0) bzrlib/tests/test_smart.py (+20/-0) doc/en/release-notes/bzr-2.5.txt (+8/-0) |
||||
To merge this branch: | bzr merge lp://staging/~jelmer/bzr/hpss-_get-checkout-format | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman (community) | Approve | ||
Review via email: mp+85652@code.staging.launchpad.net |
This proposal supersedes a proposal from 2011-12-13.
Commit message
Add HPSS call for ``BzrDir.
Description of the change
Add HPSS call for BzrDir.
To post a comment you must log in.
Does this actually make sense to ask across the network? Is this
something we could instead either get at the time the Branch is
opened, or just know from local data about the branch format?