Rev 3879: Remove the import pdb; statement. in http://bzr.arbash-meinel.com/branches/bzr/1.10-dev/304841-not-present-chain

John Arbash Meinel john at arbash-meinel.com
Fri Dec 5 14:12:49 GMT 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.10-dev/304841-not-present-chain

------------------------------------------------------------
revno: 3879
revision-id: john at arbash-meinel.com-20081205141246-oh4q75ql22754ncc
parent: john at arbash-meinel.com-20081203222940-7kh36q4ewhrwbwl7
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 304841-not-present-chain
timestamp: Fri 2008-12-05 08:12:46 -0600
message:
  Remove the import pdb; statement.
-------------- next part --------------
=== modified file 'bzrlib/knit.py'
--- a/bzrlib/knit.py	2008-12-03 22:24:54 +0000
+++ b/bzrlib/knit.py	2008-12-05 14:12:46 +0000
@@ -1035,7 +1035,6 @@
                 try:
                     record, record_details, digest, next = record_map[cursor]
                 except KeyError:
-                    import pdb; pdb.set_trace()
                     raise RevisionNotPresent(cursor, self)
                 components.append((cursor, record, record_details, digest))
                 cursor = next



More information about the bazaar-commits mailing list