Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

hginit: init with ENTER key

Changeset d9b9eecfd6ee

Parent a8553bd66bad

by Yuki KODAMA

Changes to one file · Browse files at d9b9eecfd6ee Showing diff from parent a8553bd66bad Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
98
99
100
 
 
 
 
 
101
102
103
 
98
99
100
101
102
103
104
105
106
107
108
@@ -98,6 +98,11 @@
  gtk.ACCEL_VISIBLE)   hbbox.add(create)   + self._dest_input.connect('activate', self._entry_dest_activated, create) + + def _entry_dest_activated(self, entry, button): + self._btn_init_clicked(button) +   def _btn_dest_clicked(self, button):   """ select source folder to clone """   response = gtklib.NativeFolderSelectDialog(