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

repowidget: cleanup import dialog on finished event

I'm getting hard crashes on Windows after using the import tool.
I'm hoping the same workaround for update fixes import.

Changeset 9a9b9dbabef4

Parent b162a83c862f

by Steve Borho

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

 
303
304
305
 
306
307
308
 
303
304
305
306
307
308
309
@@ -303,6 +303,7 @@
  def thgimport(self, paths=None):   dlg = thgimport.ImportDialog(repo=self.repo, parent=self)   dlg.repoInvalidated.connect(self.reload) + dlg.finished.connect(dlg.deleteLater)   if paths:   dlg.setfilepaths(paths)   dlg.exec_()