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

  • Committer: Sabin Iacob (m0n5t3r)
  • Date: 2008-06-24 10:34:38 UTC
  • mfrom: (498.2.3 bzr-gtk.browser-select)
  • Revision ID: iacobs@m0n5t3r.info-20080624103438-4ujpbj1h49nrfxzb
make browser opening code work with python 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
"""
5
5
 
6
 
__copyright__ = "Copyright © 2005 Canonical Ltd."
 
6
__copyright__ = "Copyright � 2005 Canonical Ltd."
7
7
__author__    = "Daniel Schierbeck <daniel.schierbeck@gmail.com>"
8
8
 
9
9
import sys
286
286
 
287
287
        self.branch.lock_read()
288
288
        (linegraphdata, index, columns_len) = linegraph(self.branch.repository,
289
 
                                                        (self.start,) , # Sequence of start revisions
 
289
                                                        self.start,
290
290
                                                        self.maxnum, 
291
291
                                                        broken_line_length,
292
292
                                                        show_graph,