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

clone: fix call to shell_notify

Changeset 146d4709d764

Parent 7740ffc8c32f

by Steve Borho

Changes to one file · Browse files at 146d4709d764 Showing diff from parent 7740ffc8c32f Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​clone.py Stacked
 
303
304
305
306
 
307
308
309
 
303
304
305
 
306
307
308
309
@@ -303,7 +303,7 @@
    if dlg.return_code() == 0:   shlib.update_thgstatus(self.ui, dest, wait=True) - shlib.shell_notify(dest) + shlib.shell_notify([dest])    def run(_ui, *pats, **opts):   return CloneDialog(pats)