~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-08-12 09:49:24 UTC
  • mfrom: (6015.9.10 2.4)
  • mto: This revision was merged to the branch mainline in revision 6066.
  • Revision ID: v.ladeuil+lp@free.fr-20110812094924-knc5s0g7vs31a2f1
Merge 2.4 into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
175
 
# needing to restore the proper value).This shouldn't be part of 2.4.0 final,
176
 
# yell at mgz^W vila and the RM if this is still present at that time
177
 
# -- vila 20110219
 
175
# needing to restore the proper value). -- vila 20110219
178
176
_expand_default_value = None
179
177
def _get_expand_default_value():
180
178
    global _expand_default_value