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

history: color revision column by author

Essentially backing out 160cb306fc73

Changeset 8800caf388a8

Parent 090ac0b4f8ab

by Steve Borho

Changes to one file · Browse files at 8800caf388a8 Showing diff from parent 090ac0b4f8ab Diff from another changeset...

 
314
315
316
317
 
318
319
320
 
314
315
316
 
317
318
319
320
@@ -314,7 +314,7 @@
  self.rev_column.set_fixed_width(cell.get_size(self.treeview)[2])   self.rev_column.pack_start(cell, expand=True)   self.rev_column.add_attribute(cell, "text", treemodel.REVID) - #self.rev_column.add_attribute(cell, "foreground", treemodel.FGCOLOR) + self.rev_column.add_attribute(cell, "foreground", treemodel.FGCOLOR)   self.treeview.append_column(self.rev_column)     cell = gtk.CellRendererText()