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

thgtaskbar: mercurial now throws OSError

on read-only repos

Changeset a1c3b96184ed

Parent 118563e3c69e

by Adrian Buehlmann

Changes to one file · Browse files at a1c3b96184ed Showing diff from parent 118563e3c69e Diff from another changeset...

Change 1 of 1 Show Entire File thgtaskbar.py Stacked
 
242
243
244
245
246
 
 
247
248
249
 
242
243
244
 
 
245
246
247
248
249
@@ -242,8 +242,8 @@
  shlib.update_thgstatus(_ui, r, wait=False)   shlib.shell_notify([r])   logger.msg('Updated ' + r) - except IOError: - print "IOError on updating %s (check permissions)" % r + except (IOError, OSError): + print "IOError or OSError on updating %s (check permissions)" % r   logger.msg('Failed updating %s (check permissions)' % r)   failedroots.add(r)   notifypaths -= failedroots