branching v6 branch into shared repo creates v6 branch
Bug #37915 reported by
David Allouche
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
"bzr branch foo repo/foo" where foo is a v6 branch and repo is a shared repo creates a repo/foo v6 branch, that does not use the shared repository.
Branching into a shared repo should always create a branch that uses the shared repo, regardless of the format of the source branch.
tags: | added: formats formatui |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
This is by design. There is a mailing list thread about this I believe where we are considering a --upgrade or similar option. Changing this behaviour would break roundtripping of formats which is hostile to users with any version skew.