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