Export to branch hits bzr bug 375013
Bug #439248 reported by
Jeroen T. Vermeulen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Jeroen T. Vermeulen |
Bug Description
Some bzr exports are failing with this error message:
«Cannot commit from a lightweight checkout to a stacked branch. See https:/
lifeless tells us we can fix this for a given branch using a command line like "bzr reconfigure --unstacked lp:~my/launchpad/branch", or in Python, by doing branch.
Related branches
lp://qastaging/~jtv/launchpad/bug-439248
- Eleanor Berger (community): Approve
-
Diff: 126 lines3 files modifiedlib/lp/code/tests/test_directbranchcommit.py (+1/-2)
lib/lp/translations/scripts/tests/test_translations_to_branch.py (+44/-0)
lib/lp/translations/scripts/translations_to_branch.py (+34/-1)
tags: | added: qa-needstesting |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in rosetta: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
But is that what we want? What if a user needs a branch to be stacked?