~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Aaron Bentley
  • Date: 2005-09-22 23:24:38 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050922232438-db4d51cb5ddd2c18
Set normal revisions to white

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
            if node in self.common:
146
146
                color = "#6699ff"
147
147
            else:
148
 
                color = None
 
148
                color = "white"
149
149
        elif n_rev is not None:
150
150
            cluster = "my_history"
151
151
            color = "#ffff00"