Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

changeset 3009
bf5ae5d7477d
parent 2963
745d38097b7f
child 3020
542e97d4ecb3
child 3057
10516539f238
equal deleted inserted replaced
3008:7848489bcb92 3009:bf5ae5d7477d
48 48
49 reposURL = self.vcs.svnGetReposName(path) 49 reposURL = self.vcs.svnGetReposName(path)
50 if reposURL is None: 50 if reposURL is None:
51 E5MessageBox.critical(self, 51 E5MessageBox.critical(self,
52 self.trUtf8("Subversion Error"), 52 self.trUtf8("Subversion Error"),
53 self.trUtf8("""The URL of the project repository could not be""" 53 self.trUtf8(
54 """The URL of the project repository could not be"""
54 """ retrieved from the working copy. The operation will""" 55 """ retrieved from the working copy. The operation will"""
55 """ be aborted""")) 56 """ be aborted"""))
56 self.reject() 57 self.reject()
57 return 58 return
58 59

eric ide

mercurial