Rev 3667: Remove that dreaded comment again in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Fri Aug 29 20:33:37 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 3667
revision-id: john at arbash-meinel.com-20080829193335-wqvq1tn2j6aksapn
parent: john at arbash-meinel.com-20080829193200-wdvz1vr3sgga1tp9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Fri 2008-08-29 14:33:35 -0500
message:
  Remove that dreaded comment again
-------------- next part --------------
=== modified file 'bzrlib/transport/remote.py'
--- a/bzrlib/transport/remote.py	2008-08-29 19:32:00 +0000
+++ b/bzrlib/transport/remote.py	2008-08-29 19:33:35 +0000
@@ -317,8 +317,6 @@
                                fudge_factor=self._bytes_to_read_before_seek))
 
         try:
-            # if relpath.endswith('.pack'):
-            #     import pdb; pdb.set_trace()
             result = self._client.call_with_body_readv_array(
                 ('readv', self._remote_path(relpath),),
                 [(c.start, c.length) for c in coalesced])



More information about the bazaar-commits mailing list