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

commit: specify ui.username as default initial focus field

Changeset 2deab01ce92e

Parent c4871b2455aa

by Steve Borho

Changes to one file · Browse files at 2deab01ce92e Showing diff from parent c4871b2455aa Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
150
151
152
 
 
 
153
154
155
 
150
151
152
153
154
155
156
157
158
@@ -150,6 +150,9 @@
  def get_icon(self):   return 'menucommit.ico'   + def get_default_setting(self): + return 'ui.username' +   def auto_check(self):   if self.test_opt('check'):   for entry in self.filemodel: