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

hggtk: notify shell on commit undo

Changeset 0721f972b1e9

Parent e13dc53bd273

by Adrian Buehlmann

Changes to one file · Browse files at 0721f972b1e9 Showing diff from parent e13dc53bd273 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​commit.py Stacked
 
13
14
15
 
16
17
18
 
527
528
529
 
 
530
531
532
 
13
14
15
16
17
18
19
 
528
529
530
531
532
533
534
535
@@ -13,6 +13,7 @@
 import pango  import tempfile  import cStringIO +import time    from mercurial import ui, hg, util, patch   @@ -527,6 +528,8 @@
  self.repo.ui.quiet = False   self.last_commit_id = None   self.reload_status() + time.sleep(0.5) # give fs some time to pick up changes + shlib.shell_notify([os.getcwd()])   except:   gdialog.Prompt(_('Undo commit'),   _('Errors during rollback!'), self).run()