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

hggtk/commit: call shlib.update_thgstatus

Changeset e1e08aa356b6

Parent 3dfbd2ebab47

by Adrian Buehlmann

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

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
667
668
669
 
670
671
672
 
667
668
669
670
671
672
673
@@ -667,6 +667,7 @@
    # refresh overlay icons and commit dialog   if dialog.return_code() == 0: + shlib.update_thgstatus();   shlib.shell_notify([self.cwd] + files)   if self.notify_func:   self.notify_func(self.notify_args)