Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

reporegistry: proper gc of CloneDialog

Changeset 93480b434521

Parent ff137705659f

by Johan Samyn

Changes to one file · Browse files at 93480b434521 Showing diff from parent ff137705659f Diff from another changeset...

 
188
189
190
 
191
192
193
 
188
189
190
191
192
193
194
@@ -188,6 +188,7 @@
  return   root = self.selitem.internalPointer().rootpath()   d = CloneDialog(args=[root, root + '-clone'], parent=self) + d.finished.connect(d.deleteLater)   d.clonedRepository.connect(self.workbench.showRepo)   d.show()