Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
267 return branchCombo.currentText() 267 return branchCombo.currentText()
268 elif bookmarkButton.isChecked(): 268 elif bookmarkButton.isChecked():
269 return bookmarkCombo.currentText() 269 return bookmarkCombo.currentText()
270 elif tipButton and tipButton.isChecked(): 270 elif tipButton and tipButton.isChecked():
271 return "" 271 return ""
272
273 return ""
272 274
273 def getData(self): 275 def getData(self):
274 """ 276 """
275 Public method to retrieve the data for the rebase session. 277 Public method to retrieve the data for the rebase session.
276 278

eric ide

mercurial