Rev 5222: (andrew) Remove pdb.set_trace() call in inventory.py. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue May 11 10:12:34 BST 2010


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

------------------------------------------------------------
revno: 5222 [merge]
revision-id: pqm at pqm.ubuntu.com-20100511091232-mb445mjfiyah2yxb
parent: pqm at pqm.ubuntu.com-20100510184319-3mbzqg9cueihvpsw
parent: andrew.bennetts at canonical.com-20100511075216-pp3j3pagvi2zjjyp
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2010-05-11 10:12:32 +0100
message:
  (andrew) Remove pdb.set_trace() call in inventory.py.
modified:
  bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
=== modified file 'bzrlib/inventory.py'
--- a/bzrlib/inventory.py	2010-02-17 17:11:16 +0000
+++ b/bzrlib/inventory.py	2010-05-11 07:52:16 +0000
@@ -1652,11 +1652,7 @@
             # parent_to_children with at least the tree root.)
             return other
         cache = self._fileid_to_entry_cache
-        try:
-            remaining_children = collections.deque(parent_to_children[self.root_id])
-        except:
-            import pdb; pdb.set_trace()
-            raise
+        remaining_children = collections.deque(parent_to_children[self.root_id])
         while remaining_children:
             file_id = remaining_children.popleft()
             ie = cache[file_id]




More information about the bazaar-commits mailing list