diff -r cde9bde830ea -r 2a9f5153c438 eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py --- a/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sun May 23 15:35:49 2021 +0200 @@ -849,4 +849,5 @@ """ Private method to open the configuration dialog. """ - ericApp().getObject("UserInterface").showPreferences("zzz_mercurialPage") + ericApp().getObject("UserInterface").showPreferences( + "zzz_mercurialPage")