Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py

changeset 1884
0a7ef7f4d09e
parent 1509
c0b5e693b0eb
child 1885
e51a12f1f404
--- a/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py	Sat Jun 02 15:25:38 2012 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py	Sat Jun 02 15:27:03 2012 +0200
@@ -55,6 +55,7 @@
         @return the target name (string) and a flag indicating
             the operation should be enforced (boolean)
         """
+        # TODO: check if target is an absolute path. If not make it relative to source.
         return self.targetEdit.text(), self.forceCheckBox.isChecked()
         
     @pyqtSlot()

eric ide

mercurial