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

visdiff: remove reference to non-portable WindowsError

Changeset a5470ed89cf9

Parent bbeda1f7e5bb

by Steve Borho

Changes to one file · Browse files at a5470ed89cf9 Showing diff from parent bbeda1f7e5bb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​visdiff.py Stacked
 
238
239
240
241
 
242
243
244
 
238
239
240
 
241
242
243
244
@@ -238,7 +238,7 @@
  stderr=subprocess.PIPE,   stdout=subprocess.PIPE,   stdin=subprocess.PIPE) - except (WindowsError, EnvironmentError), e: + except Exception, e:   gdialog.Prompt(_('Tool launch failure'),   _('%s : %s') % (self.diffpath, str(e)), None).run()