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 |