/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: 2006-07-29 11:52:36 UTC
  • Revision ID: jelmer@samba.org-20060729115236-5be08ce7a034d1dd
Remove implemented FIXME.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        self.graph = {}
78
78
 
79
79
    def fill_caches(self):
80
 
        # FIXME: look at using repository.get_revision_graph_with_ghosts - RBC.
81
80
        graph = self.branch.repository.get_revision_graph_with_ghosts([self.start])
82
81
        for revid in graph.ghosts:
83
82
            self.cache_revision(DummyRevision(revid))