VCS/ProjectHelper.py

changeset 3349
2a034a7f1f54
parent 3345
071afe8be2a1
child 3484
645c12de6b0c
equal deleted inserted replaced
3346:39f9273ebd61 3349:2a034a7f1f54
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 """

eric ide

mercurial