/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/linegraph.py

  • Committer: Daniel Schierbeck
  • Date: 2007-12-06 23:37:06 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: daniel.schierbeck@gmail.com-20071206233706-eeinks66w86r3gfm
Fixed bug in gmissing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    for revid in graph_parents.iterkeys():
47
47
        graph_children[revid] = []
48
48
 
49
 
    if len(graph_parents)>0:
50
 
        merge_sorted_revisions = merge_sort(
51
 
            graph_parents,
52
 
            start,
53
 
            generate_revno=True)
54
 
    else:
55
 
        merge_sorted_revisions = ()
 
49
    merge_sorted_revisions = merge_sort(
 
50
        graph_parents,
 
51
        start,
 
52
        generate_revno=True)
56
53
    
57
54
    revid_index = {}
58
55
    revno_index = {}