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

branch
eric7
changeset 9971
773ad1f1ed22
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9970:c3686b43f76b 9971:773ad1f1ed22
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False) 32 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False)
33 33
34 self.tagCombo.addItems(sorted(tagsList)) 34 self.tagCombo.addItems(sorted(tagsList))
35 self.branchCombo.addItems(["master"] + sorted(branchesList)) 35 self.branchCombo.addItems(["main"] + sorted(branchesList))
36 36
37 def __updateOK(self): 37 def __updateOK(self):
38 """ 38 """
39 Private slot to update the OK button. 39 Private slot to update the OK button.
40 """ 40 """

eric ide

mercurial