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

hgtk guess: check for model existance in poll thread (closes #1760)

Changeset 33424a62adf9

Parent 8665faaca110

by Steve Borho

Changes to one file · Browse files at 33424a62adf9 Showing diff from parent 8665faaca110 Diff from another changeset...

 
235
236
237
238
 
 
239
240
241
 
235
236
237
 
238
239
240
241
242
@@ -235,7 +235,8 @@
  unkmodel = self.unktree.get_model()   while q.qsize():   wfile = q.get(0) - unkmodel.append( [wfile, hglib.toutf(wfile)] ) + if unkmodel is not None: + unkmodel.append( [wfile, hglib.toutf(wfile)] )   return thread.isAlive()     def save_settings(self):