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

  • Committer: Javier Derderian
  • Date: 2008-04-14 23:45:32 UTC
  • mto: (465.1.1 gtk.patch)
  • mto: This revision was merged to the branch mainline in revision 466.
  • Revision ID: javierder@gmail.com-20080414234532-xzs95riz7eeytgit
Fixed revbrowser.RevisionBrowser call to TreeView() to pass start revision as list

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    It's up to you how to actually draw the nodes and lines (straight,
42
42
    curved, kinked, etc.) and to pick the actual colours for each index.
43
43
    """
44
 
    
45
 
    if type(start_revs) != list:
46
 
        start_revs = [start_revs]
47
44
        
48
45
    graph = repository.get_graph()
49
46
    graph_parents = {}