--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Tue Jan 12 17:19:02 2021 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Tue Jan 12 20:03:30 2021 +0100 @@ -79,6 +79,7 @@ elif button == self.buttonBox.button(QDialogButtonBox.Cancel): self.vcs.getClient().cancel() + # TODO: workingDir is obsolete def startProcess(self, args, workingDir=None, showArgs=True, environment=None): """