Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py

changeset 3191
a237994f4235
parent 3185
d4fa462547bc
child 3366
6084bb3c3911
equal deleted inserted replaced
3190:a9a94491c4fd 3191:a237994f4235
71 71
72 @pyqtSlot(int) 72 @pyqtSlot(int)
73 def on_tagCombo_currentIndexChanged(self, index): 73 def on_tagCombo_currentIndexChanged(self, index):
74 """ 74 """
75 Private slot setting the local status of the selected entry. 75 Private slot setting the local status of the selected entry.
76
77 @param index index of the selected entrie (integer)
76 """ 78 """
77 isLocal = self.tagCombo.itemData(index) 79 isLocal = self.tagCombo.itemData(index)
78 if isLocal: 80 if isLocal:
79 self.localTagButton.setChecked(True) 81 self.localTagButton.setChecked(True)
80 else: 82 else:

eric ide

mercurial