src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9573
9960d19d66b5
child 9653
e67609152c5e
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Tue Dec 06 17:35:41 2022 +0100
@@ -446,9 +446,7 @@
         )
         self.hgTipAct.setStatusTip(self.tr("Show the tip of the repository"))
         self.hgTipAct.setWhatsThis(
-            self.tr(
-                """<b>Show tip</b><p>This shows the tip of the repository.</p>"""
-            )
+            self.tr("""<b>Show tip</b><p>This shows the tip of the repository.</p>""")
         )
         self.hgTipAct.triggered.connect(self.__hgTip)
         self.actions.append(self.hgTipAct)
@@ -649,9 +647,7 @@
         )
         self.hgTagListAct.setStatusTip(self.tr("List tags of the project"))
         self.hgTagListAct.setWhatsThis(
-            self.tr(
-                """<b>List tags</b><p>This lists the tags of the project.</p>"""
-            )
+            self.tr("""<b>List tags</b><p>This lists the tags of the project.</p>""")
         )
         self.hgTagListAct.triggered.connect(self.__hgTagList)
         self.actions.append(self.hgTagListAct)
@@ -707,7 +703,7 @@
         )
         self.hgPushBranchAct.setStatusTip(
             self.tr(
-                "Push the current branch of the local project as a new named" " branch"
+                "Push the current branch of the local project as a new named branch"
             )
         )
         self.hgPushBranchAct.setWhatsThis(
@@ -1338,9 +1334,7 @@
         )
         self.hgAddSubrepoAct.setStatusTip(self.tr("Add a sub-repository"))
         self.hgAddSubrepoAct.setWhatsThis(
-            self.tr(
-                """<b>Add...</b><p>Add a sub-repository to the project.</p>"""
-            )
+            self.tr("""<b>Add...</b><p>Add a sub-repository to the project.</p>""")
         )
         self.hgAddSubrepoAct.triggered.connect(self.__hgAddSubrepository)
         self.actions.append(self.hgAddSubrepoAct)

eric ide

mercurial