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: capitalize merge message prefix and add a space

Changeset 6fb8c70dd82e

Parent 6e7b50fcc7a6

by Steve Borho

Changes to one file · Browse files at 6fb8c70dd82e Showing diff from parent 6e7b50fcc7a6 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
357
358
359
360
 
361
362
363
 
357
358
359
 
360
361
362
363
@@ -357,7 +357,7 @@
  # pre-fill commit message, if not modified   buf = self.text.get_buffer()   if not buf.get_modified(): - buf.set_text(_('merge')) + buf.set_text(_('Merge '))   buf.set_modified(False)