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

To: steve@borho.org
Date: Sun, 17 May 2009 14:44:30 -0500

hggtk/commit: add missing args for update_thgstatus call

Changeset ea3c1a1b486c

Parent 1e0595a2956b

by Adrian Buehlmann

Changes to one file · Browse files at ea3c1a1b486c Showing diff from parent 1e0595a2956b Diff from another changeset...

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