Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py

changeset 1066
a3dd41fd9ea8
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
equal deleted inserted replaced
1064:10bdbb173c0f 1066:a3dd41fd9ea8
90 90
91 @pyqtSlot(str) 91 @pyqtSlot(str)
92 def on_recentComboBox_activated(self, txt): 92 def on_recentComboBox_activated(self, txt):
93 """ 93 """
94 Private slot to select a commit message from recent ones. 94 Private slot to select a commit message from recent ones.
95
96 @param txt text of the selected entry (string)
95 """ 97 """
96 if txt: 98 if txt:
97 self.logEdit.setPlainText(txt) 99 self.logEdit.setPlainText(txt)

eric ide

mercurial