1
# Copyright (C) 2005, 2008 Aaron Bentley
1
# Copyright (C) 2005 Aaron Bentley
2
2
# <aaron@aaronbentley.com>
4
4
# This program is free software; you can redistribute it and/or modify
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
from bzrtools import short_committer
18
from dotgraph import Node, dot_output, invoke_dot, invoke_dot_aa, NoDot, NoRsvg
19
from dotgraph import RSVG_OUTPUT_TYPES, DOT_OUTPUT_TYPES, Edge, invoke_dot_html
20
from bzrlib.branch import Branch
21
from bzrlib.errors import BzrCommandError, NoCommonRoot, NoSuchRevision
22
from bzrlib.graph import node_distances, select_farthest
23
from bzrlib.revision import combined_graph, revision_graph, NULL_REVISION
24
from bzrlib.revision import MultipleRevisionSources
21
from bzrlib.branch import Branch
22
from bzrlib.errors import BzrCommandError, NoSuchRevision
23
from bzrlib.deprecated_graph import node_distances, select_farthest
24
from bzrlib.revision import NULL_REVISION
26
from bzrtools import short_committer
27
from dotgraph import (
41
30
mail_map = {'aaron.bentley@utoronto.ca' : 'Aaron Bentley',
42
31
'abentley@panoramicfeedback.com': 'Aaron Bentley',
43
32
'abentley@lappy' : 'Aaron Bentley',