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

stable commit: reset message combo box selection after commit

Fixes #446

Changeset 1c0eeffd9910

Parent 940be031f294

by Steve Borho

Changes to one file · Browse files at 1c0eeffd9910 Showing diff from parent 940be031f294 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
702
703
704
 
705
706
707
 
702
703
704
705
706
707
708
@@ -702,6 +702,7 @@
  self.qnew = False   elif self.qheader is None:   self.text.set_buffer(gtk.TextBuffer()) + self.msg_cbbox.set_active(-1)   self.last_commit_id = self.get_tip_rev(True)   if self.notify_func:   self.notify_func(self.notify_args)