can't tell whether bazaar wants to write a branch when opening it
Bug #566276 reported by
Aaron Bentley
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
This would allow us to create projects when doing lp name resolution and create appropriate links to productseries.
It would allow us to provide extra security by doing readonly transports for read-only operations.
It would make horizontal scaling of readonly operations easier.
It would allow clearer errors when attempting to write to branch with no lp login.
tags: | added: check-for-breezy |
Changed in brz: | |
status: | In Progress → Fix Committed |
milestone: | none → 3.1.0 |
Changed in brz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The use cases sound intriguing. I'm not sure about making projects, as LP
wants a lot of details there, but certainly making series just-in-time would
be great. Couldn't you do that today by just making them on the first
mutating call ? Like, you could pretend to have a blank branch at a new
series? Just speculating aloud.