486 |
486 |
487 def _vcsLog(self): |
487 def _vcsLog(self): |
488 """ |
488 """ |
489 Protected slot used to show the log of the local project. |
489 Protected slot used to show the log of the local project. |
490 """ |
490 """ |
491 self.vcs.vcsLog(self.project.ppath) |
491 # kept for backward compatibility for plug-ins |
|
492 self._vcsLogBrowser() |
492 |
493 |
493 def _vcsLogBrowser(self): |
494 def _vcsLogBrowser(self): |
494 """ |
495 """ |
495 Protected slot used to show the log of the local project with a |
496 Protected slot used to show the log of the local project with a |
496 log browser dialog. |
497 log browser dialog. |