"bzr branch lp:proj lp:~user/proj/aaa" downloads and uploads full history
Bug #597942 reported by
Andrew Bennetts
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Andrew Bennetts |
Bug Description
The specific issue here seems to be that BzrDir.sprout wrongly assumes that if a repository is newly created by sprout then it cannot be stacked. That of course is not true, as Launchpad demonstrates.
The fix is probably to check if result_
(See the original question this bug was created from for more context.)
Related branches
lp://staging/~spiv/bzr/new-repo-stacking-bug-597942
- Robert Collins (community): Approve
-
Diff: 62 lines (+29/-1)3 files modifiedNEWS (+4/-0)
bzrlib/bzrdir.py (+2/-1)
bzrlib/tests/per_bzrdir/test_bzrdir.py (+23/-0)
Changed in bzr: | |
status: | Confirmed → In Progress |
Changed in bzr: | |
milestone: | none → 2.2b4 |
status: | In Progress → Fix Released |
no longer affects: | bzr/2.0 |
no longer affects: | bzr/2.1 |
To post a comment you must log in.
I'm marking High as although this is not the common case, the fix looks simple and the benefit for that case should be dramatic.