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

branch
eric7
changeset 9972
68ac01294544
parent 9971
773ad1f1ed22
child 10069
435cc5875135
equal deleted inserted replaced
9971:773ad1f1ed22 9972:68ac01294544
2097 2097
2098 ########################################################################### 2098 ###########################################################################
2099 ## Methods for branch handling. 2099 ## Methods for branch handling.
2100 ########################################################################### 2100 ###########################################################################
2101 2101
2102 def gitGetBranchesList(self, repodir, withMain=False, allBranches=False, remotes=False): 2102 def gitGetBranchesList(
2103 self, repodir, withMain=False, allBranches=False, remotes=False
2104 ):
2103 """ 2105 """
2104 Public method to get the list of branches. 2106 Public method to get the list of branches.
2105 2107
2106 @param repodir directory name of the repository (string) 2108 @param repodir directory name of the repository (string)
2107 @param withMain flag indicating to get 'main' as well (boolean) 2109 @param withMain flag indicating to get 'main' as well (boolean)

eric ide

mercurial