Part of bzrlib.config View In Hierarchy
| Method | __init__ | Make a new stack for a location and global configuration. |
Inherited from _CompatibleStack:
| Method | set | Set a new value for the option. |
Inherited from Stack (via _CompatibleStack):
| Method | get | Return the first option value found in the sections. |
| Method | expand_options | Expand option references in the string in the configuration context. |
| Method | remove | Remove an existing option. |
| Method | __repr__ | Undocumented |
| Method | _expand_options_in_string | Expand options in the string in the configuration context. |
| Method | _expand_option | Undocumented |
| Method | _get_mutable_section | Get the MutableSection for the Stack. |
| Method | _get_overrides | Undocumented |
| Parameters | location | A URL prefix to |