/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/graph.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-20 10:36:15 UTC
  • mfrom: (3228 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080220103615-uxw9jc9m6l63ea27
merge bzr.dev; update patch for 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
            # exclude keys for them. However, while we could have a second
515
515
            # look-ahead result buffer and shuffle things around, this method
516
516
            # is typically only called once per search - when memoising the
517
 
            # results of the search.
 
517
            # results of the search. 
518
518
            found, ghosts, next, parents = self._do_query(self._next_query)
519
519
            # pretend we didn't query: perhaps we should tweak _do_query to be
520
520
            # entirely stateless?