diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py --- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Thu May 25 19:51:47 2023 +0200 @@ -80,7 +80,7 @@ elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel): self.vcs.getClient().cancel() - def startProcess(self, args, showArgs=True, environment=None, client=None): + def startProcess(self, args, showArgs=True, client=None): """ Public slot used to start the process. @@ -88,9 +88,6 @@ @type list of str @param showArgs flag indicating to show the arguments @type bool - @param environment dictionary of environment settings to add - or change for the git process - @type dict @param client reference to a non-standard command client @type HgClient @return flag indicating a successful start of the process