~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Aaron Bentley
  • Date: 2008-05-23 03:42:17 UTC
  • Revision ID: aaron@aaronbentley.com-20080523034217-culoxoicmtmrf1zk
More import tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
import time
20
20
 
 
21
from bzrlib.branch import Branch
 
22
from bzrlib.errors import BzrCommandError, NoSuchRevision
 
23
from bzrlib.graph import node_distances, select_farthest
 
24
from bzrlib.revision import NULL_REVISION
 
25
 
21
26
from bzrtools import short_committer
22
27
from dotgraph import (
23
28
    dot_output,
31
36
    NoRsvg,
32
37
    RSVG_OUTPUT_TYPES,
33
38
    )
34
 
from bzrlib.branch import Branch
35
 
from bzrlib.errors import BzrCommandError, NoSuchRevision
36
 
from bzrlib.graph import node_distances, select_farthest
37
 
from bzrlib.revision import NULL_REVISION
38
39
 
39
40
 
40
41
mail_map = {'aaron.bentley@utoronto.ca'     : 'Aaron Bentley',