Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 3036
30c81c9e88b8
parent 3023
34ce20603bf7
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sat Oct 19 15:15:50 2013 +0200
@@ -319,10 +319,10 @@
         self.actions.append(self.vcsStatusAct)
         
         self.hgSummaryAct = E5Action(
-                self.trUtf8('Show Summary'),
-                UI.PixmapCache.getIcon("vcsSummary.png"),
-                self.trUtf8('Show summary...'),
-                0, 0, self, 'mercurial_summary')
+            self.trUtf8('Show Summary'),
+            UI.PixmapCache.getIcon("vcsSummary.png"),
+            self.trUtf8('Show summary...'),
+            0, 0, self, 'mercurial_summary')
         self.hgSummaryAct.setStatusTip(self.trUtf8(
             'Show summary information of the working directory status'
         ))

eric ide

mercurial