~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/vf_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-05 15:16:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6348.
  • Revision ID: jelmer@samba.org-20111205151652-8y6qgvv1qkbv5f71
Fix get_state().

Show diffs side-by-side

added added

removed removed

Lines of Context:
2635
2635
                searcher.stop_searching_any(stop_revs)
2636
2636
            if searcher_exhausted:
2637
2637
                break
2638
 
        return searcher.get_result()
 
2638
        (started_keys, excludes, included_keys) = searcher.get_state()
 
2639
        return vf_search.SearchResult(started_keys, excludes,
 
2640
            len(included_keys), included_keys)
2639
2641
 
2640
2642
    @needs_read_lock
2641
2643
    def search_missing_revision_ids(self,