~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Robert Collins
  • Date: 2006-03-28 14:29:13 UTC
  • mto: (1626.2.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: robertc@robertcollins.net-20060328142913-ac5afb37075719c6
Convert log to use the new tsort.merge_sort routine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.graph import node_distances, select_farthest, all_descendants, Graph
24
24
from bzrlib.osutils import contains_whitespace
25
25
from bzrlib.progress import DummyProgress
26
 
from bzrlib.symbol_versioning import *
27
26
 
28
27
NULL_REVISION="null:"
29
28
 
401
400
            source.unlock()
402
401
 
403
402
 
404
 
@deprecated_method(zero_eight)
405
403
def get_intervening_revisions(ancestor_id, rev_id, rev_source, 
406
404
                              revision_history=None):
407
405
    """Find the longest line of descent from maybe_ancestor to revision.