Merge lp://staging/~jelmer/bzr-builder/merge-unrelated into lp://staging/bzr-builder
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Merged at revision: | 118 |
Proposed branch: | lp://staging/~jelmer/bzr-builder/merge-unrelated |
Merge into: | lp://staging/bzr-builder |
Diff against target: |
65 lines (+36/-2) 2 files modified
recipe.py (+9/-2) tests/test_recipe.py (+27/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/bzr-builder/merge-unrelated |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Bazaar Developers | Pending | ||
bzr-builder developers | Pending | ||
Review via email: mp+51425@code.staging.launchpad.net |
Description of the change
When merging in a new branch would result in UnrelatedBranches, force the merge with base=NULL_REVISION.
This should fix a common issue where just a single branch with debian/ and
.bzr-builddeb/ directories is being merged in that has no relation to the
upstream branch.
To post a comment you must log in.
It looks ok to me, but I'd like a third opinion from the bzr team.
Thanks,
James