switch sibling should check for lightweight checkout first
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
This is based on the following mailing list thread:
http://
To quote John Arbash Meinel:
It is because of how the 'trunk' short name is getting looked up. If you
look at bzrlib.
It first checks to see if this is a bound branch, before checking if it
is a branch reference. And use the master location as the base for
determining the relative path.
Which is inconsistent with bzrlib.
first checks to see if this is a lightweight checkout before checking to
see if it has a master branch.
Probably "just a bug" and we should switch _get_branch_
for a lightweight checkout first.
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: switch |
tags: | added: check-for-breezy |