stacked branches don't use shared repository
Bug #301739 reported by
John A Meinel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
While testing stacked branches, I wanted to skip the working-tree creation, so I created a shared repo with --no-trees.
When doing so, it created its own standalone repository, rather than re-using the local one, which also caused it to build a working tree.
I then tried just removing newbranch/
$ time bzr branch stacked/ unstacked --lsprof-file branch_stacked.txt
bzr: ERROR: The branch stacked/ has no revision None.
Which is strange, considering there are 0 pack files in the standalone location. I certainly would have thought that the standard open commands would find the shared location.
tags: | added: check-for-breezy |
To post a comment you must log in.
How did you create the stacked branch?