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

branch
eric7
changeset 9971
773ad1f1ed22
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py	Wed Apr 05 11:58:22 2023 +0200
@@ -49,7 +49,7 @@
             index = 0
         self.remotesComboBox.setCurrentIndex(index)
 
-        localBranches = self.__vcs.gitGetBranchesList(self.__repodir, withMaster=True)
+        localBranches = self.__vcs.gitGetBranchesList(self.__repodir)
         self.localBranchComboBox.addItems([""] + sorted(localBranches))
         self.localBranchComboBox.setEnabled(False)
 

eric ide

mercurial