tortoisehg / stable (http://tortoisehg.bitbucket.org/)

TortoiseHg repository. Main line of development in "default" branch. Releases, bugfixes, and documentation improvements in "stable" branch.

Clone this repository (size: 23.9 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/tortoisehg/stable/

Changed (Δ15 bytes):

raw changeset »

hggtk/update.py (2 lines added, 2 lines removed)

Up to file-list hggtk/update.py:

@@ -44,8 +44,8 @@ class UpdateDialog(gtk.Window):
44
44
        lbl = gtk.Label(_('Update to:'))
45
45
        hbox.pack_start(lbl, False, False, 2)
46
46
47
        # revisions combo box
48
        combo = gtk.combo_box_new_text()
47
        # revisions editable combo box
48
        combo = gtk.combo_box_entry_new_text()
49
49
        hbox.pack_start(combo, True, True, 2)
50
50
        vbox.pack_start(hbox, False, False, 10)
51
51
        if rev != None: