--- a/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py Sat May 01 14:27:38 2021 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py Thu Jun 03 11:39:23 2021 +0200 @@ -1835,8 +1835,9 @@ if res: dia.exec() if commit: + project = e5App().getObject("Project") self.vcsCommit( - name, + project.getProjectPath(), self.tr("Created new branch <{0}>.").format( name))