diff -r 58fe260e7469 -r 7ce719013078 Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py --- a/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py Sat Oct 19 13:03:39 2013 +0200 @@ -697,7 +697,7 @@ else: items = self.browser.getSelectedItems() names = [itm.fileName() for itm in items] - files = [self.browser.project.getRelativePath(name) \ + files = [self.browser.project.getRelativePath(name) for name in names] dlg = DeleteFilesConfirmationDialog(