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

update: fix update to rev 0 from changelog viewer

This issue was reported as #288.

Changeset d049531ae6a3

Parent 8256302f615a

by Yuki KODAMA

Changes to one file · Browse files at d049531ae6a3 Showing diff from parent 8256302f615a 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_new_text()   hbox.pack_start(combo, True, True, 2)   vbox.pack_start(hbox, False, False, 10) - if rev: + if rev != None:   combo.append_text(str(rev))   else:   combo.append_text(_branch_tip_)