Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 3349
2a034a7f1f54
parent 3345
071afe8be2a1
child 3416
efce6439595a
--- a/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sun Mar 09 12:16:00 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py	Sun Mar 09 17:06:40 2014 +0100
@@ -272,7 +272,7 @@
             """ project. A limited number of entries is shown first."""
             """ More can be retrieved later on.</p>"""
         ))
-        self.hgLogBrowserAct.triggered.connect(self.__hgLogBrowser)
+        self.hgLogBrowserAct.triggered.connect(self._vcsLogBrowser)
         self.actions.append(self.hgLogBrowserAct)
         
         self.vcsDiffAct = E5Action(
@@ -1212,12 +1212,6 @@
         """
         self.vcs.hgExtendedDiff(self.project.ppath)
     
-    def __hgLogBrowser(self):
-        """
-        Private slot used to browse the log of the current project.
-        """
-        self.vcs.hgLogBrowser(self.project.ppath)
-    
     def __hgIncoming(self):
         """
         Private slot used to show the log of changes coming into the

eric ide

mercurial