config doesn't provide a --section parameter
Bug #725234 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
When used in a lightweight checkout, "bzr config --scope locations" uses the checkout's location, not the branch's location, to generate the config entry. This seems wrong, since virtually all supported settings configure branches, not working trees. The only exception that comes to mind is bzrtools' cbranch_target setting.
Changed in bzr: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in bzr: | |
assignee: | nobody → Vincent Ladeuil (vila) |
Changed in bzr: | |
assignee: | Vincent Ladeuil (vila) → nobody |
tags: | added: check-for-breezy |
To post a comment you must log in.
Depending on the option, the user may want to decide in which section of locations.conf (or any other config file with sections) he wants the option to be defined in.
The plan is to provide a '--section' parameter once the sections themselves are clearly defined (most use cases use paths as section identifiers but regexps or user names or host names or whatever have also been mentioned).