eric7/Plugins/VcsPlugins/vcsMercurial/hg.py

branch
eric7
changeset 8378
d8b213573638
parent 8358
144a6b854f70
child 8621
8c9f41115c04
--- a/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py	Tue May 25 17:17:04 2021 +0200
+++ b/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py	Tue May 25 17:37:59 2021 +0200
@@ -1835,8 +1835,9 @@
             if res:
                 dia.exec()
                 if commit:
+                    project = ericApp().getObject("Project")
                     self.vcsCommit(
-                        name,
+                        project.getProjectPath(),
                         self.tr("Created new branch <{0}>.").format(
                             name))
     

eric ide

mercurial