Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py

changeset 3034
7ce719013078
parent 3023
34ce20603bf7
child 3036
30c81c9e88b8
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(

eric ide

mercurial