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/
| commit 3109: | 8341bdedb12c |
| parent 3108: | 8f1cd9b98e98 |
| branch: | default |
update: replace from drop-down list to editable combo box
fixes for #354
- View kuy's profile
-
kuy's public repos »
- win32color
- thg-yuki
- EFTreeView
- Google Site Image
- GeckoFxHelperSample
- libhttpd
- mercurial-translation-ja
- gm-comps
- kaerubot
- dotfiles
- GeckoFxSimpleTest
- SharpHg
- qswap
- Hginder
- HginderUI
- thg-kuy
- thg-ja
- thg-web
- hgtip-ja-kuy
- Issue Tracker
- Flickr Fav Set
- FirePalette
- pxpi
- GeckoFxHelper
- jsutils
- TreeTool
- CSSocketLib
- libhttpd_sample
- CSHgCmd
- Google Keyword Highlight
- IdenticonSample
- EndflowControls
- msgdiff
- Wedata Manager
- subscldr
- Send message
7 months ago
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: |
