--stacked-on option doesn't resolve lp: urls
Bug #296592 reported by
Martin Pool
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
bzr branch --stacked-on lp:bzr ........
eventually fails, showing that it tried to interpret lp:bzr as a relative path.
mbp@lithe% bzr push --stacked-on lp:bzr lp:~mbp/bzr/branchbuilder
Setting ssh/sftp usernames for launchpad.net.
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/
zsh: exit 3 bzr push --stacked-on lp:bzr lp:~mbp/bzr/branchbuilder
Related branches
lp://staging/~jelmer/brz/stacked-on-location
- Martin Packman: Approve
-
Diff: 57 lines (+22/-0)2 files modifiedbreezy/builtins.py (+2/-0)
breezy/tests/blackbox/test_push.py (+20/-0)
Superseded
for merging
into
lp://staging/brz
- Breezy developers: Pending requested
-
Diff: 57 lines (+22/-0)2 files modifiedbreezy/builtins.py (+2/-0)
breezy/tests/blackbox/test_push.py (+20/-0)
tags: | added: lp-directory |
tags: |
added: lpurl removed: lp-directory |
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: affects-linaro |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
Changed in brz: | |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
status: | Triaged → In Progress |
Changed in brz: | |
status: | In Progress → Fix Released |
milestone: | none → 3.0.1 |
To post a comment you must log in.
Note that it should resolve the URL to its http expansion.