can't propose a merge spanning projects or packages
Bug #446716 reported by
Zachery Bir
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
When trying to propose the branch lp:~urbanape/bindwood/trunk.lp444022 for merging to lp:~ubuntu-dev/firefox-extensions/bindwood.ubuntu, launchpad told me that "This branch is not mergeable into lp:~ubuntu-dev/firefox-extensions/bindwood.ubuntu"
However, when I branch lp:~ubuntu-dev/firefox-extensions/bindwood.ubuntu and manually bzr merge lp:~urbanape/bindwood/trunk.lp444022, it works fine.
This seems to be a flaw or oversight in the way lp allows for merge proposals to run.
affects: | launchpad → launchpad-code |
Changed in launchpad-code: | |
importance: | Undecided → Low |
status: | New → Triaged |
summary: |
- Can't target an arbitrary branch for merge + can't propose a merge spanning projects or packages |
tags: | added: code-review confusing-ui |
To post a comment you must log in.
This isn't an oversight, but is a flaw. This is by design as the app servers don't have direct access to the underlying branches (right now), and as an approximation we check that the branches have the same target (source package or project).