BranchConfig and BranchStack do not interoperate correctly
Bug #948344 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Won't Fix
|
Medium
|
Unassigned | ||
Bazaar PQM Plugin |
Fix Released
|
High
|
Aaron Bentley |
Bug Description
As seen in: https:/
Setting a value via the BranchConfig and then retrieving it via BranchStack doesn't work (test_set_
Setting a value via the BranchStack and the retrieving it via the BranchConfig works, but only due to bug #948339
Related branches
lp:~abentley/bzr-pqm/config-stack-fixes
- Martin Packman (community): Approve
-
Diff: 56 lines (+7/-3)3 files modifiedpqm_submit.py (+4/-1)
tests/test_lpland.py (+2/-1)
tests/test_pqm_submit.py (+1/-1)
Changed in bzr-pqm: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in bzr-pqm: | |
assignee: | nobody → Aaron Bentley (abentley) |
status: | Triaged → Fix Committed |
Changed in bzr-pqm: | |
milestone: | none → 1.4.0 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
As per https:/ /code.launchpad .net/~vila/ bzr/948339- config- caching/ +merge/ 97256 , a given option cannot be accessed via both APIs.
The line has to be drawn somewhere if we want to get the expected benefits (as far as IOs are concerned) from the new API.