Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
80 elif committedButton.isChecked(): 80 elif committedButton.isChecked():
81 return "COMMITTED" 81 return "COMMITTED"
82 elif prevButton.isChecked(): 82 elif prevButton.isChecked():
83 return "PREV" 83 return "PREV"
84 84
85 return ""
86
85 def getRevisions(self): 87 def getRevisions(self):
86 """ 88 """
87 Public method to get the revisions. 89 Public method to get the revisions.
88 90
89 @return list two integers or strings 91 @return list two integers or strings

eric ide

mercurial