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

update: preselect text in combo box

Changeset 1fe2f4e1d3a6

Parent faeb00523957

by Yuki KODAMA

Changes to one file · Browse files at 1fe2f4e1d3a6 Showing diff from parent faeb00523957 Diff from another changeset...

 
130
131
132
 
133
134
135
136
137
 
130
131
132
133
134
 
135
136
137
@@ -130,8 +130,8 @@
  self.setWindowTitle(_('Update - %s') % hglib.get_reponame(self.repo))     # prepare to show + self.rev_combo.lineEdit().selectAll()   self.cmd.setHidden(True) - self.update_btn.setFocus()   self.cancel_btn.setHidden(True)   self.update_info()