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

commit: fix message save at exit

Changeset aa90e68e7fbf

Parent 253917764690

by Steve Borho

Changes to one file · Browse files at aa90e68e7fbf Showing diff from parent 253917764690 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
214
215
216
217
 
 
218
219
220
 
214
215
216
 
217
218
219
220
221
@@ -214,7 +214,8 @@
  _('Save commit message at exit?'))   res = dialog.run()   if res == gtk.RESPONSE_YES: - self._update_recent_messages(cur_msg) + begin, end = buf.get_bounds() + self._update_recent_messages(buf.get_text(begin, end))   elif res != gtk.RESPONSE_NO:   live = True   if not live and self.main: