Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
214 return self.tagCombo.currentText() 214 return self.tagCombo.currentText()
215 elif self.branchButton.isChecked(): 215 elif self.branchButton.isChecked():
216 return self.branchCombo.currentText() 216 return self.branchCombo.currentText()
217 elif self.bookmarkButton.isChecked(): 217 elif self.bookmarkButton.isChecked():
218 return self.bookmarkCombo.currentText() 218 return self.bookmarkCombo.currentText()
219
220 return ""
219 221
220 def getData(self): 222 def getData(self):
221 """ 223 """
222 Public method to retrieve the data for the strip action. 224 Public method to retrieve the data for the strip action.
223 225

eric ide

mercurial