Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2963
745d38097b7f
child 3058
0a02c433f52d
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
120 120
121 @pyqtSlot(str) 121 @pyqtSlot(str)
122 def on_recentComboBox_activated(self, txt): 122 def on_recentComboBox_activated(self, txt):
123 """ 123 """
124 Private slot to select a commit message from recent ones. 124 Private slot to select a commit message from recent ones.
125
126 @param txt text of the combo (string)
125 """ 127 """
126 if txt: 128 if txt:
127 self.logEdit.setPlainText(txt) 129 self.logEdit.setPlainText(txt)

eric ide

mercurial