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

update: replace from drop-down list to editable combo box

fixes for #354

Changeset 8341bdedb12c

Parent 8f1cd9b98e98

by Yuki KODAMA

Changes to one file · Browse files at 8341bdedb12c Showing diff from parent 8f1cd9b98e98 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​update.py Stacked
 
44
45
46
47
48
 
 
49
50
51
 
44
45
46
 
 
47
48
49
50
51
@@ -44,8 +44,8 @@
  lbl = gtk.Label(_('Update to:'))   hbox.pack_start(lbl, False, False, 2)   - # revisions combo box - combo = gtk.combo_box_new_text() + # revisions editable combo box + combo = gtk.combo_box_entry_new_text()   hbox.pack_start(combo, True, True, 2)   vbox.pack_start(hbox, False, False, 10)   if rev != None: