Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable tag: fix control initialization for local tags

When opened by selecting a locally tagged revision on the log
window, the tag dialog incorrectly displayed the local tag as global.

Changeset 11d189320589

Parent 7f3295aa922f

by Wagner Bruna

Changes to one file · Browse files at 11d189320589 Showing diff from parent 7f3295aa922f Diff from another changeset...

 
141
142
143
144
145
146
147
 
151
152
153
 
 
154
155
156
 
141
142
143
 
144
145
146
 
150
151
152
153
154
155
156
157
@@ -141,7 +141,6 @@
  self.custom_text.setDisabled(True)   self.clear_statue()   self.update_tagcombo(clear=False) - self.update_sensitives(affectlocal=True)   self.show_options(False)   self.tag_combo.setFocus()   @@ -151,6 +150,8 @@
  self.custom_chk.setChecked(True)   self.custom_text.setText(opts.get('message', ''))   + self.update_sensitives(affectlocal=True) +   ### Private Methods ###     def update_tagcombo(self, clear=True):