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

init: give focus after creation

Changeset 4bc63e7d3d7d

Parent 485bb615a1fb

by Yuki KODAMA

Changes to one file · Browse files at 4bc63e7d3d7d Showing diff from parent 485bb615a1fb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
144
145
146
 
 
 
147
148
 
144
145
146
147
148
149
150
151
@@ -144,5 +144,8 @@
  dialog.info_dialog(self, _('New repository created'),   _('in directory %s') % hglib.toutf(os.path.abspath(dest)))   + close = [b for b in self.action_area if b.get_label() == 'gtk-close'][0] + close.grab_focus() +  def run(ui, *pats, **opts):   return InitDialog(pats)