/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to viz/graph.py

  • Committer: Jelmer Vernooij
  • Date: 2007-05-19 09:58:19 UTC
  • Revision ID: jelmer@samba.org-20070519095819-d1khttifjfcoqa2f
Fix some warnings when displaying ghost revisions. Reported by John.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        self.revision_id = revid
27
27
        self.parent_ids = []
28
28
        self.committer = None
 
29
        self.timestamp = None
 
30
        self.timezone = None
29
31
        self.message = self.revision_id
 
32
        self.properties = {}
30
33
 
31
34
 
32
35
class RevisionProxy(object):