--- a/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py Thu Jun 16 18:28:59 2022 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsMercurial/hg.py Fri Jun 17 16:36:14 2022 +0200 @@ -2146,12 +2146,12 @@ self.tr("Create changegroup"), self.tr("<p>The Mercurial changegroup file <b>{0}</b> " "already exists. Overwrite it?</p>") - .format(str(fpath)), + .format(fpath), icon=EricMessageBox.Warning) if not res: return - self.__lastChangeGroupPath = fpath.parent + self.__lastChangeGroupPath = str(fpath.parent) args = self.initCommand("bundle") if bundleAll: