~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-12 16:12:23 UTC
  • mfrom: (6060.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110812161223-hfvwsgbtb9vype5r
(vila) Merge 2.4 into trunk (Vincent Ladeuil)

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