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

stable Backed out changeset: 9ecf27136467

After using this for a couple days, I agree with Adrian that we were
better off without it.

Changeset ef00e5a241f5

Parent 13c0423cef87

by Steve Borho

Changes to one file · Browse files at ef00e5a241f5 Showing diff from parent 13c0423cef87 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('filemodify')) + #else: + # return QVariant(geticon('filemodify'))   elif role == Qt.FontRole:   if current_file_desc['wasmerged']:   return QVariant(self._boldfont)