src/eric7/Plugins/VcsPlugins/vcsGit/git.py

branch
eric7
changeset 11218
43dfc40728d2
parent 11148
15e30f0c76a8
equal deleted inserted replaced
11217:856628e8a303 11218:43dfc40728d2
979 979
980 project = ericApp().getObject("Project") 980 project = ericApp().getObject("Project")
981 names = [project.getRelativePath(nam) for nam in names] 981 names = [project.getRelativePath(nam) for nam in names]
982 if names[0]: 982 if names[0]:
983 dlg = DeleteFilesConfirmationDialog( 983 dlg = DeleteFilesConfirmationDialog(
984 self.parent(), 984 self.__ui,
985 self.tr("Revert changes"), 985 self.tr("Revert changes"),
986 self.tr( 986 self.tr(
987 "Do you really want to revert all changes to these files" 987 "Do you really want to revert all changes to these files"
988 " or directories?" 988 " or directories?"
989 ), 989 ),

eric ide

mercurial