~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-09 01:24:41 UTC
  • mfrom: (4088.2.1 collapsed.noisy)
  • Revision ID: pqm@pqm.ubuntu.com-20090309012441-h1bw0tqilra3v4vy
(robertc) Remove an overly noisy mutter. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1297
1297
        if cur_keys:
1298
1298
            result.append((cur_keys, cur_non_local))
1299
1299
            sizes.append(cur_size)
1300
 
        trace.mutter('Collapsed %d keys into %d requests w/ %d file_ids'
1301
 
                     ' w/ sizes: %s', total_keys, len(result),
1302
 
                     len(prefix_split_keys), sizes)
1303
1300
        return result
1304
1301
 
1305
1302
    def get_record_stream(self, keys, ordering, include_delta_closure):