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

status: use lighter grey in rejected hunks

Changeset 2ceaba319f60

Parent 05e660e1c36c

by Steve Borho

Changes to one file · Browse files at 2ceaba319f60 Showing diff from parent 05e660e1c36c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
360
361
362
363
 
364
365
366
 
360
361
362
 
363
364
365
366
@@ -360,7 +360,7 @@
  self.rejfont.set_weight(pango.WEIGHT_LIGHT)   diffcol.add_attribute(cell, 'font-desc', DM_FONT)   cell.set_property('background', '#EEEEEE') - cell.set_property('foreground', '#444444') + cell.set_property('foreground', '#888888')   diffcol.add_attribute(cell, 'background-set', DM_REJECTED)   diffcol.add_attribute(cell, 'foreground-set', DM_REJECTED)