Rev 5556: Always put dates in FIXMEs. in file:///home/vila/src/bzr/experimental/config/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Dec 22 17:05:22 GMT 2010


At file:///home/vila/src/bzr/experimental/config/

------------------------------------------------------------
revno: 5556
revision-id: v.ladeuil+lp at free.fr-20101222170522-h6d2vt6lvwcpoub5
parent: v.ladeuil+lp at free.fr-20101222160116-kd3nifr8ypb1zro0
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: interpolate
timestamp: Wed 2010-12-22 18:05:22 +0100
message:
  Always put dates in FIXMEs.
-------------- next part --------------
=== modified file 'bzrlib/config.py'
--- a/bzrlib/config.py	2010-12-22 16:01:16 +0000
+++ b/bzrlib/config.py	2010-12-22 17:05:22 +0000
@@ -165,7 +165,7 @@
             else:
                 # FIXME: This is a limited implementation, what we really need
                 # is a way to query the bzr config for the value of an option,
-                # respecting the scope rules.
+                # respecting the scope rules -- vila 20101222
                 value = self[name]
             string = string.replace(ref, value)
         return string

=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py	2010-12-22 16:01:16 +0000
+++ b/bzrlib/errors.py	2010-12-22 17:05:22 +0000
@@ -3219,7 +3219,7 @@
         self.branch_url = branch_url
 
 # FIXME: I would prefer to define the config related exception classes in
-# config.py but the lazy import mechanism proscribe this.
+# config.py but the lazy import mechanism proscribe this -- vila 20101222
 class InterpolationLoop(BzrError):
 
     _fmt = 'Loop involving %(refs)s while evaluating %(string)s.'



More information about the bazaar-commits mailing list