--- a/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py Fri May 27 19:10:22 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py Sat May 28 11:20:25 2011 +0200 @@ -92,6 +92,8 @@ def on_recentComboBox_activated(self, txt): """ Private slot to select a commit message from recent ones. + + @param txt text of the selected entry (string) """ if txt: self.logEdit.setPlainText(txt)