Rev 5746: (vila) Remove debug code (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Mar 31 14:31:46 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5746 [merge]
revision-id: pqm at pqm.ubuntu.com-20110331143142-bna42j92s4mn6623
parent: pqm at pqm.ubuntu.com-20110331051652-e24z29v6f33oylm9
parent: v.ladeuil+lp at free.fr-20110331133554-ayjtqso2gej6omvn
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2011-03-31 14:31:42 +0000
message:
  (vila) Remove debug code (Vincent Ladeuil)
modified:
  bzrlib/config.py               config.py-20051011043216-070c74f4e9e338e8
=== modified file 'bzrlib/config.py'
--- a/bzrlib/config.py	2011-02-25 12:12:39 +0000
+++ b/bzrlib/config.py	2011-03-31 13:35:54 +0000
@@ -279,10 +279,7 @@
         # We need to iterate until no more refs appear ({{foo}} will need two
         # iterations for example).
         while True:
-            try:
-                raw_chunks = self.option_ref_re.split(result)
-            except TypeError:
-                import pdb; pdb.set_trace()
+            raw_chunks = self.option_ref_re.split(result)
             if len(raw_chunks) == 1:
                 # Shorcut the trivial case: no refs
                 return result




More information about the bazaar-commits mailing list