bzr push --stacked-on does not understand lp: urls
Bug #364601 reported by
Barry Warsaw
This bug report is a duplicate of:
Bug #296592: --stacked-on option doesn't resolve lp: urls.
Edit
Remove
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I want to push a new Launchpad branch stacking on a branch other than the development focus. The obvious command does not work:
% bzr push --stacked-on lp:~launchpad-pqm/launchpad/devel
Using saved push location: lp:~barry/launchpad/pristine
Source format does not support stacking, using format: '1.6'
Packs 5 (adds stacking support, requires bzr 1.6)
bzr: ERROR: Not a branch: "/home/
Changed in bzr: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: lp-directory |
tags: |
added: lpurl removed: lp-directory |
Changed in bzr: | |
status: | Triaged → Confirmed |
To post a comment you must log in.
I think this is a bzr bug as the lp name resolution is just a branch namespace lookup thingy, and isn't being expanded in this situation.