~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to dotgraph.py

  • Committer: Aaron Bentley
  • Date: 2005-09-23 00:49:22 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050923004922-ef0340d45b2e3cfe
tweaked Meinel's changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        tooltip = ''
53
53
        if self.message is not None:
54
54
            tooltip += self.message.replace('"', '\\"')
55
 
        # This makes the tooltip too long
56
 
        # if self.rev_id is not None:
57
 
        #     tooltip += ' revid:%s' % self.rev_id
58
55
        if tooltip:
59
56
            attributes.append('tooltip="%s"' % tooltip)
60
57
        if self.href is not None: