Merge lp:~lifeless/bzr/loomsupport into lp:bzr
| Status: | Merged |
|---|---|
| Approved by: | Vincent Ladeuil on 2010-06-16 |
| Approved revision: | no longer in the revision history of the source branch. |
| Merged at revision: | 5301 |
| Proposed branch: | lp:~lifeless/bzr/loomsupport |
| Merge into: | lp:bzr |
| Diff against target: |
174 lines (+31/-21) 7 files modified
NEWS (+6/-2) bzrlib/branch.py (+16/-8) bzrlib/tests/per_interbranch/__init__.py (+3/-5) bzrlib/tests/per_interbranch/test_copy_content_into.py (+2/-2) bzrlib/tests/per_interbranch/test_get.py (+2/-2) bzrlib/tests/per_interbranch/test_push.py (+1/-1) bzrlib/tests/per_interbranch/test_update_revisions.py (+1/-1) |
| To merge this branch: | bzr merge lp:~lifeless/bzr/loomsupport |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Vincent Ladeuil | 2010-06-16 | Approve on 2010-06-17 | |
|
Review via email:
|
|||
Commit Message
Make InterBranch.
Description of the Change
Help looms get tested well, permit multiple permutations per InterBranch
implementation.
| Robert Collins (lifeless) wrote : | # |
InterBranch was added for foreign format plugins, so I expect yes,
he'll be affected :)
| Robert Collins (lifeless) wrote : | # |
sent to pqm by email
- 5298. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-16
-
(vila) Merge 2.1 into bzr.dev including fix for bug #586926
- 5299. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-17
-
(spiv) Use a socketpair to talk to the SSH client process. (Andrew Bennetts)
| Vincent Ladeuil (vila) wrote : | # |
The order is wrong for the NEWS entry, other than that, land.
| Robert Collins (lifeless) wrote : | # |
sent to pqm by email
- 5300. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-17
-
(mbp) don't say "open source" in docs (Martin Pool)
- 5301. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-17
-
(lifeless) Make InterBranch.
_get_branch_ formats_ to_test return a list of
format pairs to aid testing in bzr-loom. (Robert Collins)

Nice !
I'll add Jelmer as a reviewer to make sure he see this, foreign branches may benefit from it too (or not, I haven't checked if they can already parametrize this way).