diff -r bad2e89047e7 -r 7848489bcb92 Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py --- 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(),