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

stable filelistmodel: use blank filemodify icon for M files

hgtk did this, to keep the file column consistent. It looks less hacky, but it
does waste a bit of space in the averate revision.

Changeset 9ecf27136467

Parent 4418039a983c

by Steve Borho

Changes to one file · Browse files at 9ecf27136467 Showing diff from parent 4418039a983c Diff from another changeset...

 
156
157
158
159
160
 
 
161
162
163
 
156
157
158
 
 
159
160
161
162
163
@@ -156,8 +156,8 @@
  return QVariant(geticon('fileadd'))   elif current_file_desc['status'] == 'R':   return QVariant(geticon('filedelete')) - #else: - # return QVariant(geticon('view-diff')) + else: + return QVariant(geticon('filemodify'))   elif role == Qt.FontRole:   if current_file_desc['wasmerged']:   return QVariant(self._boldfont)