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: show 'tip' as default selected item

Changeset e745ba4b0781

Parent bd57bc651e51

by Yuki KODAMA

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

Change 1 of 1 Show Entire File hggtk/​update.py Stacked
 
48
49
50
51
 
52
53
54
 
48
49
50
 
51
52
53
54
@@ -48,7 +48,7 @@
  combo = gtk.combo_box_entry_new_text()   hbox.pack_start(combo, True, True, 2)   vbox.pack_start(hbox, False, False, 10) - if rev != None: + if rev:   combo.append_text(str(rev))   else:   combo.append_text(_branch_tip_)