172
172
# FIXME: Until we can guarantee that each config file is loaded once and
173
173
# only once for a given bzrlib session, we don't want to re-read the file every
174
174
# time we query for an option so we cache the value (bad ! watch out for tests
178
176
_expand_default_value = None
179
177
def _get_expand_default_value():
180
178
global _expand_default_value