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

sync: removed redundant function

Changeset bbf05c5a94fa

Parent e6ecdc39ff26

by Michael De Wildt

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

 
209
210
211
212
213
214
215
216
217
218
 
209
210
211
 
 
 
 
212
213
214
@@ -209,10 +209,6 @@
  else:   self.curalias = None   - def toggleTargetCheckBox(self): - state = not self.targetcombo.isEnabled() - self.targetcombo.setEnabled(state) -   def loadTargets(self, rev):   self.targetcombo.clear()   self.targetcombo.addItem(_('rev: ') + str(rev), str(rev))