~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-12 03:21:39 UTC
  • mfrom: (1558.12.7 revert-missing)
  • Revision ID: pqm@pqm.ubuntu.com-20060412032139-5508773d6a1cd4ae
Remove debug path printing

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.