Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

status: remove old commented line

Changeset 7913bffbf239

Parent 2ac69f2c669f

by Steve Borho

Changes to one file · Browse files at 7913bffbf239 Showing diff from parent 2ac69f2c669f Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
289
290
291
292
293
294
295
 
289
290
291
 
292
293
294
@@ -289,7 +289,6 @@
    col = gtk.TreeViewColumn('ms', stat_cell)   col.add_attribute(stat_cell, 'text', FM_MERGE_STATUS) - #col.set_cell_data_func(stat_cell, self._text_color)   col.set_sort_column_id(4)   col.set_resizable(False)   self.filetree.append_column(col)