Rev 3919: Remove a pdb catch in http://bzr.arbash-meinel.com/branches/bzr/brisbane/pack_stream_source
John Arbash Meinel
john at arbash-meinel.com
Tue Mar 31 21:44:56 BST 2009
At http://bzr.arbash-meinel.com/branches/bzr/brisbane/pack_stream_source
------------------------------------------------------------
revno: 3919
revision-id: john at arbash-meinel.com-20090331204453-outiarodlcsfqbu2
parent: john at arbash-meinel.com-20090331203315-amx3mtucm00rzzbr
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: pack_stream_source
timestamp: Tue 2009-03-31 15:44:53 -0500
message:
Remove a pdb catch
-------------- next part --------------
=== modified file 'bzrlib/repofmt/groupcompress_repo.py'
--- a/bzrlib/repofmt/groupcompress_repo.py 2009-03-31 20:33:15 +0000
+++ b/bzrlib/repofmt/groupcompress_repo.py 2009-03-31 20:44:53 +0000
@@ -836,7 +836,6 @@
return ('inventories', _filtered_inv_stream())
def _get_filtered_chk_streams(self, excluded_keys):
- import pdb; pdb.set_trace()
self._text_keys = set()
excluded_keys.discard(_mod_revision.NULL_REVISION)
if not excluded_keys:
More information about the bazaar-commits
mailing list