`bzr branch` in a shared repository no longer puts branch in its own directory
Bug #938264 reported by
David Owen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Triaged
|
High
|
Unassigned |
Bug Description
To reproduce, with bzr 2.5b5 on Precise:
1. mkdir -p /tmp/example
2. cd /tmp/example
3. bzr init-repo --no-trees .
4. bzr branch lp:canonical-identity-provider trunk
Notice that this creates a subdirectory called "trunk" in the shared repo. This is expected.
5. bzr branch lp:~canonical-isd-hackers/canonical-identity-provider/add-2f-to-account-admin
Notice that this doesn't create a subdirectory. Instead, this has merged with the shared repo itself:
6. bzr info
(info about the branch in step 5 now appears)
This sequence used to create a subdirectory with a name determined from the branch's source location. In this case, it would have been named "add-2f-
Changed in bzr: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: check-for-breezy |
To post a comment you must log in.
Might be related: bug #744893.