src/eric7/Plugins/VcsPlugins/vcsGit/git.py

branch
eric7
changeset 9972
68ac01294544
parent 9971
773ad1f1ed22
child 10069
435cc5875135
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/git.py	Wed Apr 05 11:58:22 2023 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/git.py	Wed Apr 05 12:05:06 2023 +0200
@@ -2099,7 +2099,9 @@
     ## Methods for branch handling.
     ###########################################################################
 
-    def gitGetBranchesList(self, repodir, withMain=False, allBranches=False, remotes=False):
+    def gitGetBranchesList(
+        self, repodir, withMain=False, allBranches=False, remotes=False
+    ):
         """
         Public method to get the list of branches.
 

eric ide

mercurial