Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable repowidget: notify shell upon completion of commands (e.g. rollback)

Changeset f8e37201d412

Parent ed75d8f72a86

by David Golub

Changes to one file · Browse files at f8e37201d412 Showing diff from parent ed75d8f72a86 Diff from another changeset...

 
11
12
13
14
 
15
16
17
 
1788
1789
1790
 
1791
1792
1793
 
11
12
13
 
14
15
16
17
 
1788
1789
1790
1791
1792
1793
1794
@@ -11,7 +11,7 @@
   from mercurial import revset, error, patch   -from tortoisehg.util import hglib +from tortoisehg.util import hglib, shlib    from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib @@ -1788,6 +1788,7 @@
    def onCommandFinished(self, ret):   self.repo.decrementBusyCount() + shlib.shell_notify(self.repo.root)     def runCommand(self, *cmdlines):   if self.runner.core.running():