Rev 5780: Clarify comment. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed May 4 16:35:47 UTC 2011
At file:///home/vila/src/bzr/experimental/config/
------------------------------------------------------------
revno: 5780
revision-id: v.ladeuil+lp at free.fr-20110504163547-5o6it26l0oju8dg1
parent: v.ladeuil+lp at free.fr-20110504075615-93ftgy7wchdbcn1t
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-concrete-stacks
timestamp: Wed 2011-05-04 18:35:47 +0200
message:
Clarify comment.
-------------- next part --------------
=== modified file 'bzrlib/config.py'
--- a/bzrlib/config.py 2011-05-04 07:55:05 +0000
+++ b/bzrlib/config.py 2011-05-04 16:35:47 +0000
@@ -2498,9 +2498,10 @@
"""
# FIXME: No caching of options nor sections yet -- vila 20110503
- # Ensuring lazy loading is achieved by delaying section matching until
- # it can't be avoided anymore by using callables to describe (possibly
- # empty) section lists.
+ # Ensuring lazy loading is achieved by delaying section matching (which
+ # implies querying the persistent storage) until it can't be avoided
+ # anymore by using callables to describe (possibly empty) section
+ # lists.
for section_or_callable in self.sections_def:
# Each section can expand to multiple ones when a callable is used
if callable(section_or_callable):
More information about the bazaar-commits
mailing list