Bazaar does not support nested branches
Bug #267770 reported by
Nicholas Allen
This bug affects 20 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
xaav | ||
Breezy |
In Progress
|
Wishlist
|
Jelmer Vernooij |
Bug Description
I would like to be able to add a branch inside of another branch.This would allow each library, module etc to be separate branches with one master branch that ties them altogether. The master branch would remember the revision of nested branches when commiting to it.
Related branches
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
tags: | added: nested-trees subtrees |
Changed in bzr: | |
status: | Triaged → Confirmed |
Changed in bzr: | |
assignee: | nobody → Xaav (xaav) |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in brz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz: | |
status: | Triaged → In Progress |
To post a comment you must log in.
I've read into that topic, as I'll need nested branches myself. For me it seems like bzr split/join or simply branching into a working tree provide that feature, but I'm not sure, as the documentation is quite bad on that one. Am I right?