src/eric7/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
90 else: 90 else:
91 EricMessageBox.critical( 91 EricMessageBox.critical(
92 self, 92 self,
93 self.tr("Add Sub-repository"), 93 self.tr("Add Sub-repository"),
94 self.tr( 94 self.tr(
95 """The sub-repository path must be inside""" """ the project.""" 95 """The sub-repository path must be inside the project."""
96 ), 96 ),
97 ) 97 )
98 self.pathPicker.setText("") 98 self.pathPicker.setText("")
99 99
100 def getData(self): 100 def getData(self):

eric ide

mercurial