Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

gtklib: white-space cleanup

Changeset b8fcd5670902

Parent c8fc4e8c5e64

by Steve Borho

Changes to one file · Browse files at b8fcd5670902 Showing diff from parent c8fc4e8c5e64 Diff from another changeset...

 
62
63
64
65
66
 
 
67
68
69
 
76
77
78
79
80
 
 
81
82
83
 
62
63
64
 
 
65
66
67
68
69
 
76
77
78
 
 
79
80
81
82
83
@@ -62,8 +62,8 @@
 CHANGE_HEADER = GREY    TextBufferTags = { - 'error' : dict(weight=pango.WEIGHT_HEAVY, foreground=DRED), - 'control' : dict(weight=pango.WEIGHT_HEAVY, foreground=BLACK), + 'error': dict(weight=pango.WEIGHT_HEAVY, foreground=DRED), + 'control': dict(weight=pango.WEIGHT_HEAVY, foreground=BLACK),   'ui.status': dict(foreground=DGRAY),   'ui.note': dict(foreground=BLACK),   'log.description': dict(foreground=DGRAY), @@ -76,8 +76,8 @@
  'diff.inserted': dict(foreground=DGREEN),   'diff.deleted': dict(foreground=RED),   'diff.hunk': dict(foreground=BLUE), - 'diff.file_a' : dict(weight=pango.WEIGHT_HEAVY, foreground=BLACK), - 'diff.file_b' : dict(weight=pango.WEIGHT_HEAVY, foreground=BLACK), + 'diff.file_a': dict(weight=pango.WEIGHT_HEAVY, foreground=BLACK), + 'diff.file_b': dict(weight=pango.WEIGHT_HEAVY, foreground=BLACK),  }    UP_ARROW_COLOR = '#feaf3e'