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

rpcserver: shell notify dirs as we go

If we do an "Update Icons" in a directory full
of repos, we see the icons appearing for each
repo that is already done.

Changeset 8267630ace5a

Parent 8b622aae072c

by Adrian Buehlmann

Changes to one file · Browse files at 8267630ace5a Showing diff from parent 8b622aae072c Diff from another changeset...

 
56
57
58
 
59
60
61
 
56
57
58
59
60
61
62
@@ -56,6 +56,7 @@
  for r in sorted(roots):   logmsg('Updating ' + r)   shlib.update_thgstatus(_ui, r, wait=False) + shlib.shell_notify([r])   if notifypaths:   time.sleep(2)   shlib.shell_notify(list(notifypaths))