Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py

changeset 3909
354f4f62d507
parent 3908
3c5699886961
child 4541
e8ddd9d76414
equal deleted inserted replaced
3908:3c5699886961 3909:354f4f62d507
418 self.input.setEchoMode(QLineEdit.Normal) 418 self.input.setEchoMode(QLineEdit.Normal)
419 419
420 @pyqtSlot() 420 @pyqtSlot()
421 def on_sendButton_clicked(self): 421 def on_sendButton_clicked(self):
422 """ 422 """
423 Private slot to send the input to the merurial process. 423 Private slot to send the input to the mercurial process.
424 """ 424 """
425 input = self.input.text() 425 input = self.input.text()
426 input += os.linesep 426 input += os.linesep
427 427
428 if self.passwordCheckBox.isChecked(): 428 if self.passwordCheckBox.isChecked():

eric ide

mercurial