~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-29 21:40:33 UTC
  • mfrom: (3665.2.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080829214033-n9tclw44g7b42hsc
(jam) Merge bzr-1.6.1rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
                               fudge_factor=self._bytes_to_read_before_seek))
318
318
 
319
319
        try:
320
 
            # if relpath.endswith('.pack'):
321
 
            #     import pdb; pdb.set_trace()
322
320
            result = self._client.call_with_body_readv_array(
323
321
                ('readv', self._remote_path(relpath),),
324
322
                [(c.start, c.length) for c in coalesced])