Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

nautilus: working default values for icon and emblem

Changeset e1b2305f5685

Parent 50522cf1202b

by Simon Heimberg

Changes to one file · Browse files at e1b2305f5685 Showing diff from parent 50522cf1202b Diff from another changeset...

 
262
263
264
265
266
267
 
268
269
270
 
262
263
264
 
 
 
265
266
267
268
@@ -262,9 +262,7 @@
  cachethg.UNKNOWN: ('new', 'unrevisioned'),   cachethg.IGNORED: (None, 'ignored'),   cachethg.NOT_IN_REPO: (None, '')} - emblem, status = cache2state.get(cachestate) - if status == None: - status = '?' + emblem, status = cache2state.get(cachestate, (None, '?'))   return emblem, status     def update_file_info(self, file):