Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

commit: fix clearing of message buffer after commits

Changeset 39e1455b45cf

Parent a529d2feb42d

by Steve Borho

Changes to one file · Browse files at 39e1455b45cf Showing diff from parent a529d2feb42d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
448
449
450
451
 
452
453
454
 
448
449
450
 
451
452
453
454
@@ -448,7 +448,7 @@
  # refresh overlay icons and commit dialog   if dialog.return_code() == 0:   shell_notify([self.cwd] + files) - if self.qheader is not None: + if self.qheader is None:   self.text.set_buffer(gtk.TextBuffer())   self._update_recent_messages(self.opts['message'])   self._last_commit_id = self._get_tip_rev(True)