src/eric7/Plugins/VcsPlugins/vcsPySvn/subversion.py

branch
eric7
changeset 11218
43dfc40728d2
parent 11148
15e30f0c76a8
equal deleted inserted replaced
11217:856628e8a303 11218:43dfc40728d2
1245 1245
1246 project = ericApp().getObject("Project") 1246 project = ericApp().getObject("Project")
1247 names = [project.getRelativePath(nam) for nam in name] 1247 names = [project.getRelativePath(nam) for nam in name]
1248 if names[0]: 1248 if names[0]:
1249 dia = DeleteFilesConfirmationDialog( 1249 dia = DeleteFilesConfirmationDialog(
1250 self.parent(), 1250 self.__ui,
1251 self.tr("Revert changes"), 1251 self.tr("Revert changes"),
1252 self.tr( 1252 self.tr(
1253 "Do you really want to revert all changes to these files" 1253 "Do you really want to revert all changes to these files"
1254 " or directories?" 1254 " or directories?"
1255 ), 1255 ),

eric ide

mercurial