Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sun Nov 03 15:58:22 2013 +0100
@@ -321,10 +321,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