Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -29,6 +29,7 @@
         """
         Constructor
         
+        @param projectPath project directory name (string)
         @param parent reference to the parent widget (QWidget)
         """
         super(HgAddSubrepositoryDialog, self).__init__(parent)
@@ -77,7 +78,8 @@
     @pyqtSlot()
     def on_pathButton_clicked(self):
         """
-        Private slot to handle the path selection via a directory selection dialog.
+        Private slot to handle the path selection via a directory selection
+        dialog.
         """
         path = E5FileDialog.getExistingDirectory(
             self,
@@ -101,8 +103,9 @@
         """
         Public method to get the data.
         
-        @return tuple containing the relative path within the project, the sub-repository
-            type and the sub-repository URL (string, string, string)
+        @return tuple containing the relative path within the project, the
+            sub-repository type and the sub-repository URL (string, string,
+            string)
         """
         return (
             self.pathEdit.text(),

eric ide

mercurial