--- 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(),