Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py

changeset 3020
542e97d4ecb3
parent 3009
bf5ae5d7477d
child 3024
17c01303a239
--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Mon Oct 14 19:30:36 2013 +0200
@@ -50,7 +50,8 @@
         
         reposURL = self.vcs.svnGetReposName(path)
         if reposURL is None:
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8("Subversion Error"),
                 self.trUtf8(
                     """The URL of the project repository could not be"""
@@ -63,7 +64,8 @@
             # determine the base path of the project in the repository
             rx_base = QRegExp('(.+/)(trunk|tags|branches).*')
             if not rx_base.exactMatch(reposURL):
-                E5MessageBox.critical(self,
+                E5MessageBox.critical(
+                    self,
                     self.trUtf8("Subversion Error"),
                     self.trUtf8("""The URL of the project repository has an"""
                         """ invalid format. The operation will"""

eric ide

mercurial