447 """ |
447 """ |
448 Protected slot used to show the log of the local project. |
448 Protected slot used to show the log of the local project. |
449 """ |
449 """ |
450 self.vcs.vcsLog(self.project.ppath) |
450 self.vcs.vcsLog(self.project.ppath) |
451 |
451 |
|
452 def _vcsLogBrowser(self): |
|
453 """ |
|
454 Protected slot used to show the log of the local project with a |
|
455 log browser dialog. |
|
456 """ |
|
457 self.vcs.vcsLogBrowser(self.project.ppath) |
|
458 |
452 def _vcsDiff(self): |
459 def _vcsDiff(self): |
453 """ |
460 """ |
454 Protected slot used to show the difference of the local project to |
461 Protected slot used to show the difference of the local project to |
455 the repository. |
462 the repository. |
456 """ |
463 """ |