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 hgignore: catch EnvironmentError atomictempfile.rename (closes #1759)

Changeset 9be162b05968

Parent bc0ba038de2e

by Steve Borho

Changes to one file · Browse files at 9be162b05968 Showing diff from parent bc0ba038de2e Diff from another changeset...

 
257
258
259
260
 
261
262
263
 
257
258
259
 
260
261
262
263
@@ -257,7 +257,7 @@
  createmode=None)   f.writelines(out)   f.rename() - except IOError, e: + except EnvironmentError, e:   dialog.error_dialog(self, _('Unable to write .hgignore file'),   hglib.tounicode(str(e)))   shlib.shell_notify([self.ignorefile])