Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable thgtaskbar: add ImportError to list of exceptions to catch and ignore

Changeset b570c9e9e1e4

Parent 5e4f957b4207

by Steve Borho

Changes to one file · Browse files at b570c9e9e1e4 Showing diff from parent 5e4f957b4207 Diff from another changeset...

Change 1 of 1 Show Entire File thgtaskbar.py Stacked
 
233
234
235
236
 
237
238
239
 
233
234
235
 
236
237
238
239
@@ -233,7 +233,7 @@
  logger.msg('Failed updating %s (check permissions)' % r)   failedroots.add(r)   except (error.Abort, error.ConfigError, error.RepoError, - error.RevlogError), e: + error.RevlogError, ImportError), e:   logger.msg('Failed updating %s (%s)' % (r, str(e)))   failedroots.add(r)   notifypaths -= failedroots