Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

bugreport: attempt to show write error to user

Changeset d649ce454029

Parent 0445c6b2dd1d

by Steve Borho

Changes to one file · Browse files at d649ce454029 Showing diff from parent 0445c6b2dd1d Diff from another changeset...

 
83
84
85
86
 
87
88
89
 
83
84
85
 
86
87
88
89
@@ -83,7 +83,7 @@
  if fname:   open(fname, 'wb').write(self.text)   except (EnvironmentError), e: - print e + QMessageBox.critical(self, _('Error writing file'), str(e))    def run(ui, *pats, **opts):   return BugReport(opts)