~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-02 15:39:06 UTC
  • mfrom: (4393.2.2 bzr.ls-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20090602153906-1q6bresxw669b34i
(Mattias Eriksson) Clear the terminal before outputing 'bzr ls'
        results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4265
4265
                continue
4266
4266
            # Ask for full texts always so that we don't need more round trips
4267
4267
            # after this stream.
4268
 
            stream = vf.get_record_stream(keys,
4269
 
                self.to_format._fetch_order, True)
 
4268
            # Some of the missing keys are genuinely ghosts, so filter absent
 
4269
            # records. The Sink is responsible for doing another check to
 
4270
            # ensure that ghosts don't introduce missing data for future
 
4271
            # fetches.
 
4272
            stream = versionedfile.filter_absent(vf.get_record_stream(keys,
 
4273
                self.to_format._fetch_order, True))
4270
4274
            yield substream_kind, stream
4271
4275
 
4272
4276
    def inventory_fetch_order(self):