Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
104 104
105 @pyqtSlot() 105 @pyqtSlot()
106 def on_changesetsEdit_textChanged(self): 106 def on_changesetsEdit_textChanged(self):
107 """ 107 """
108 Private slot to handle changes of the Changesets edit. 108 Private slot to handle changes of the Changesets edit.
109
110 @param txt text of the edit (string)
111 """ 109 """
112 self.__updateOK() 110 self.__updateOK()
113 111
114 @pyqtSlot(str) 112 @pyqtSlot(str)
115 def on_tagCombo_editTextChanged(self, txt): 113 def on_tagCombo_editTextChanged(self, txt):

eric ide

mercurial