[Pkg-bazaar-commits] ./bzr-gtk/unstable r68: Remove implemented FIXME.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:16:21 UTC 2009


------------------------------------------------------------
revno: 68
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr-gtk
timestamp: Sat 2006-07-29 13:52:36 +0200
message:
  Remove implemented FIXME.
modified:
  viz/graph.py
-------------- next part --------------
=== modified file 'viz/graph.py'
--- a/viz/graph.py	2006-05-19 16:37:13 +0000
+++ b/viz/graph.py	2006-07-29 11:52:36 +0000
@@ -77,7 +77,6 @@
         self.graph = {}
 
     def fill_caches(self):
-        # FIXME: look at using repository.get_revision_graph_with_ghosts - RBC.
         graph = self.branch.repository.get_revision_graph_with_ghosts([self.start])
         for revid in graph.ghosts:
             self.cache_revision(DummyRevision(revid))



More information about the Pkg-bazaar-commits mailing list