Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

reporegistry: give initial focus to web.name

the default focus field is ui.merge, which is rarely configured on
a repository. web.name seems to be arguably a better default.

Changeset c0c4f5bffbfa

Parent 5f014a8d6fab

by Steve Borho

Changes to one file · Browse files at c0c4f5bffbfa Showing diff from parent 5f014a8d6fab Diff from another changeset...

 
205
206
207
208
 
 
209
210
211
 
205
206
207
 
208
209
210
211
212
@@ -205,7 +205,8 @@
  def startSettings(self, parent):   if self._setttingsdlg is None:   self._setttingsdlg = SettingsDialog( - configrepo=True, parent=parent, root=self._root) + configrepo=True, focus='web.name', parent=parent, + root=self._root)   self._setttingsdlg.show()