~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

(vila) '\n' cannot be part of a valid config option reference. (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3156
3156
            yield self.store, section
3157
3157
 
3158
3158
 
3159
 
_option_ref_re = lazy_regex.lazy_compile('({[^{}]+})')
 
3159
_option_ref_re = lazy_regex.lazy_compile('({[^{}\n]+})')
3160
3160
"""Describes an expandable option reference.
3161
3161
 
3162
3162
We want to match the most embedded reference first.