Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable pbranch: use a list for _columns (fixes #219)

Changeset 19b30dd0e91c

Parent 471a0d6498b1

by Steve Borho

Changes to one file · Browse files at 19b30dd0e91c Showing diff from parent 471a0d6498b1 Diff from another changeset...

 
535
536
537
538
 
539
540
541
 
535
536
537
 
538
539
540
541
@@ -535,7 +535,7 @@
  Model used to list patch branches   TODO: Should be extended to list all branches   """ - _columns = ('Graph', 'Name', 'Status', 'Title', 'Message',) + _columns = ['Graph', 'Name', 'Status', 'Title', 'Message',]     def __init__(self, model, wd_branch="", parent=None):   QAbstractTableModel.__init__(self, parent)