VCS/ProjectHelper.py

changeset 3349
2a034a7f1f54
parent 3345
071afe8be2a1
child 3484
645c12de6b0c
diff -r 39f9273ebd61 -r 2a034a7f1f54 VCS/ProjectHelper.py
--- a/VCS/ProjectHelper.py	Sun Mar 09 12:16:00 2014 +0100
+++ b/VCS/ProjectHelper.py	Sun Mar 09 17:06:40 2014 +0100
@@ -449,6 +449,13 @@
         """
         self.vcs.vcsLog(self.project.ppath)
         
+    def _vcsLogBrowser(self):
+        """
+        Protected slot used to show the log of the local project with a
+        log browser dialog.
+        """
+        self.vcs.vcsLogBrowser(self.project.ppath)
+        
     def _vcsDiff(self):
         """
         Protected slot used to show the difference of the local project to

eric ide

mercurial