--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Thu Mar 04 17:44:41 2021 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py Thu Mar 04 17:48:09 2021 +0100 @@ -50,12 +50,13 @@ """ self.__updateOk() - @pyqtSlot(str) - def on_phaseCombo_activated(self, txt): + @pyqtSlot(int) + def on_phaseCombo_activated(self, index): """ Private slot to react upon changes of the phase. - @param txt activated entry (string) + @param index index of the selected entry + @type int """ self.__updateOk()