Rev 511: Merge fix for log button in olive-gtk. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Sat Jun 28 16:45:40 BST 2008


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 511
revision-id: jelmer at samba.org-20080628154539-l5lkvs5qwuf2zx1m
parent: jelmer at samba.org-20080628154515-2xye3hoe4mu4tfd4
parent: matkor at laptop-hp-20080515104757-6fkwqrp0ov2w927k
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-06-28 17:45:39 +0200
message:
  Merge fix for log button in olive-gtk.
modified:
  branchview/treeview.py         treeview.py-20071020204704-vk1erblrjhbcgw94-1
    ------------------------------------------------------------
    revno: 486.1.1
    revision-id: matkor at laptop-hp-20080515104757-6fkwqrp0ov2w927k
    parent: jelmer at samba.org-20080504183655-qi2oc5f94b8i3kcn
    committer: Mateusz Korniak (matkor at laptop-hp)
    branch nick: trunk-matkor
    timestamp: Thu 2008-05-15 12:47:57 +0200
    message:
      Fix for presenting log in olive-gtk.
    modified:
      branchview/treeview.py         treeview.py-20071020204704-vk1erblrjhbcgw94-1
=== modified file 'branchview/treeview.py'
--- a/branchview/treeview.py	2008-05-26 17:28:24 +0000
+++ b/branchview/treeview.py	2008-06-28 15:45:39 +0000
@@ -3,7 +3,7 @@
 
 """
 
-__copyright__ = "Copyright © 2005 Canonical Ltd."
+__copyright__ = "Copyright © 2005 Canonical Ltd."
 __author__    = "Daniel Schierbeck <daniel.schierbeck at gmail.com>"
 
 import sys
@@ -286,7 +286,7 @@
 
         self.branch.lock_read()
         (linegraphdata, index, columns_len) = linegraph(self.branch.repository,
-                                                        self.start,
+                                                        (self.start,) , # Sequence of start revisions
                                                         self.maxnum, 
                                                         broken_line_length,
                                                         show_graph,




More information about the bazaar-commits mailing list