diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py --- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -24,7 +24,7 @@ which causes a synchronized execution of the process. """ - def __init__(self, text, hg=None, useClient=True, parent=None): + def __init__(self, text, hg=None, parent=None): """ Constructor @@ -32,9 +32,6 @@ @type str @param hg reference to the Mercurial interface object @type Hg - @param useClient flag indicating to use the command server client - if possible - @type bool @param parent parent widget @type QWidget """