VCS/ProjectHelper.py

changeset 5452
9f89364d9ffd
parent 5389
9b1c800daff3
child 5669
63295be38bc6
equal deleted inserted replaced
5451:8ee36e8a315f 5452:9f89364d9ffd
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.

eric ide

mercurial