~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Aaron Bentley
  • Date: 2005-09-01 15:06:52 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050901150652-a18fa262aa8155cf
Mapped some email addresses to names

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from dotgraph import Node, dot_output, invoke_dot, NoDot
 
1
from dotgraph import Node, dot_output, invoke_dot, NoDot, mail_map
2
2
from bzrlib.branch import Branch
3
3
from bzrlib.errors import BzrCommandError
4
4
import bzrlib.errors
5
5
import re
6
6
 
 
7
mail_map.update({'aaron.bentley@utoronto.ca'     : 'Aaron Bentley',
 
8
                 'abentley@panoramicfeedback.com': 'Aaron Bentley',
 
9
                 'john@arbash-meinel.com'        : 'John A. Meinel',
 
10
                 'mbp@sourcefrog.net'            : 'Martin Pool'
 
11
                })
 
12
 
7
13
def add_relations(rev_id):
8
14
    if rev_id in ancestors:
9
15
        return