~benoit.pierre/bzrtools/shell_improvements

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Benoît Pierre
  • Date: 2009-08-02 12:55:24 UTC
  • mfrom: (682.1.36 bzrtools)
  • Revision ID: benoit.pierre@gmail.com-20090802125524-1p2oot1y2l0y3o9w
Merge with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from bzrlib.branch import Branch
22
22
from bzrlib.errors import BzrCommandError, NoSuchRevision
23
 
from bzrlib.graph import node_distances, select_farthest
 
23
from bzrlib.deprecated_graph import node_distances, select_farthest
24
24
from bzrlib.revision import NULL_REVISION
25
25
 
26
26
from bzrtools import short_committer