[Pkg-bazaar-commits] ./bzr-gtk/unstable r473: Remove redundant graph_children

Aaron Bentley aaron at aaronbentley.com
Fri Apr 10 07:50:27 UTC 2009


------------------------------------------------------------
revno: 473
committer: Aaron Bentley <aaron at aaronbentley.com>
branch nick: bzr-gtk
timestamp: Mon 2008-04-28 18:24:06 -0400
message:
  Remove redundant graph_children
modified:
  branchview/linegraph.py
-------------- next part --------------
=== modified file 'branchview/linegraph.py'
--- a/branchview/linegraph.py	2008-04-28 21:27:02 +0000
+++ b/branchview/linegraph.py	2008-04-28 22:24:06 +0000
@@ -47,7 +47,6 @@
     graph_parents = {}
     ghosts = set()
     graph_children = {}
-    graph_children = {}
     for (revid, parent_revids) in graph.iter_ancestry(start_revs):
         if parent_revids is None:
             ghosts.add(revid)



More information about the Pkg-bazaar-commits mailing list