Merge lp:~lifeless/bzr/loomsupport into lp:bzr
| Status: | Merged |
|---|---|
| Approved by: | Robert Collins on 2010-06-14 |
| Approved revision: | no longer in the revision history of the source branch. |
| Merged at revision: | 5293 |
| Proposed branch: | lp:~lifeless/bzr/loomsupport |
| Merge into: | lp:bzr |
| Diff against target: |
567 lines (+267/-154) 7 files modified
NEWS (+16/-10) bzrlib/branch.py (+138/-131) bzrlib/tests/per_branch/test_pull.py (+0/-11) bzrlib/tests/per_interbranch/__init__.py (+30/-0) bzrlib/tests/per_interbranch/test_copy_content_into.py (+47/-0) bzrlib/tests/per_interbranch/test_get.py (+34/-0) bzrlib/tests/per_interbranch/test_pull.py (+2/-2) |
| To merge this branch: | bzr merge lp:~lifeless/bzr/loomsupport |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Vincent Ladeuil | 2010-06-14 | Approve on 2010-06-14 | |
|
Review via email:
|
|||
Commit Message
InterBranch improvements needed for bzr-loom support.
Description of the Change
Essentially, move Branch.
Opportunistically:
- cleanup a crazy InterBranch structural issue that had me confused while
doing this.
- add tests to ensure that that issue can't resurrect itself
| Robert Collins (lifeless) wrote : | # |
They work for me. Perhaps you have a non-core plugin interfering?
| Robert Collins (lifeless) wrote : | # |
sent to pqm by email
- 5290. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-14
-
Document branch.get_config
- 5291. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-14
-
Fetch progress bar update now happens every 7 records instead of 71.
Progress bar is better on slower connections. - 5292. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-14
-
Improved ``bzrlib.urlutils`` to handle lp:foo/bar URLs.
| Robert Collins (lifeless) wrote : | # |
sent to pqm by email
- 5293. By Canonical.com Patch Queue Manager <email address hidden> on 2010-06-14
-
(lifeless) InterBranch improvements needed for bzr-loom support. (Robert
Collins)

Tests failing: tests.blackbox. test_push. TestPush. test_push_ smart_tags_ streaming_ acceptance tests.blackbox. test_switch. TestSwitch. test_switch_ lightweight_ directory tests.blackbox. test_tags. TestTagging. test_branch_ push_pull_ merge_copies_ tags tests.blackbox. test_tags. TestTagging. test_list_ tags
ERROR: bzrlib.
ERROR: bzrlib.
ERROR: bzrlib.
ERROR: bzrlib.
I haven't reviewed yet.