Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py

changeset 1884
0a7ef7f4d09e
parent 1509
c0b5e693b0eb
child 1885
e51a12f1f404
equal deleted inserted replaced
1883:2de804dc1452 1884:0a7ef7f4d09e
53 Public method to retrieve the copy data. 53 Public method to retrieve the copy data.
54 54
55 @return the target name (string) and a flag indicating 55 @return the target name (string) and a flag indicating
56 the operation should be enforced (boolean) 56 the operation should be enforced (boolean)
57 """ 57 """
58 # TODO: check if target is an absolute path. If not make it relative to source.
58 return self.targetEdit.text(), self.forceCheckBox.isChecked() 59 return self.targetEdit.text(), self.forceCheckBox.isChecked()
59 60
60 @pyqtSlot() 61 @pyqtSlot()
61 def on_dirButton_clicked(self): 62 def on_dirButton_clicked(self):
62 """ 63 """

eric ide

mercurial