Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

changeset 3025
67064c71df21
parent 3020
542e97d4ecb3
child 3037
a417a0670a36
child 3058
0a02c433f52d
equal deleted inserted replaced
3024:17c01303a239 3025:67064c71df21
63 rx_base = QRegExp('(.+/)(trunk|tags|branches).*') 63 rx_base = QRegExp('(.+/)(trunk|tags|branches).*')
64 if not rx_base.exactMatch(reposURL): 64 if not rx_base.exactMatch(reposURL):
65 E5MessageBox.critical( 65 E5MessageBox.critical(
66 self, 66 self,
67 self.trUtf8("Subversion Error"), 67 self.trUtf8("Subversion Error"),
68 self.trUtf8("""The URL of the project repository has an""" 68 self.trUtf8(
69 """The URL of the project repository has an"""
69 """ invalid format. The list operation will""" 70 """ invalid format. The list operation will"""
70 """ be aborted""")) 71 """ be aborted"""))
71 self.reject() 72 self.reject()
72 return 73 return
73 74

eric ide

mercurial