Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

clone: close dialog after successful clone

Changeset d694c38e2fcd

Parent 3aee3e4528be

by Steve Borho

Changes to one file · Browse files at d694c38e2fcd Showing diff from parent 3aee3e4528be Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
341
342
343
 
344
345
346
 
341
342
343
344
345
346
347
@@ -341,6 +341,7 @@
    if dlg.return_code() == 0:   shlib.shell_notify([dest]) + self.response(gtk.RESPONSE_OK)    def run(_ui, *pats, **opts):   return CloneDialog(pats)