Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py

changeset 3008
7848489bcb92
parent 2962
d6c9d1ca2da4
child 3020
542e97d4ecb3
child 3057
10516539f238
--- a/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py	Fri Oct 11 19:51:20 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py	Sat Oct 12 15:01:28 2013 +0200
@@ -76,7 +76,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,
@@ -100,8 +101,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