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

clone: call update_thgstatus and shell_notify

Changeset 3718f600ad57

Parent 37059070368c

by Adrian Buehlmann

Changes to one file · Browse files at 3718f600ad57 Showing diff from parent 37059070368c Diff from another changeset...

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