diff -r a9a94491c4fd -r a237994f4235 Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py --- a/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py Sat Jan 11 11:55:33 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py Sat Jan 11 12:11:39 2014 +0100 @@ -73,6 +73,8 @@ def on_tagCombo_currentIndexChanged(self, index): """ Private slot setting the local status of the selected entry. + + @param index index of the selected entrie (integer) """ isLocal = self.tagCombo.itemData(index) if isLocal: