--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -58,11 +58,11 @@ else: self.subrepoCheckBox.setVisible(vcs.hasSubrepositories()) - def showEvent(self, evt): + def showEvent(self, _evt): """ Protected method called when the dialog is about to be shown. - @param evt the event + @param _evt reference to the event object (unused) @type QShowEvent """ commitMessages = self.__vcs.vcsCommitMessages()