Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 198
7ab8e126f404
parent 195
2debcfe0e291
child 199
675623ee5d7d
equal deleted inserted replaced
197:0e12ee787967 198:7ab8e126f404
646 menu.addSeparator() 646 menu.addSeparator()
647 menu.addAction(self.hgConfigAct) 647 menu.addAction(self.hgConfigAct)
648 648
649 def __hgExtendedDiff(self): 649 def __hgExtendedDiff(self):
650 """ 650 """
651 Private slot used to perform a svn diff with the selection of revisions. 651 Private slot used to perform a hg diff with the selection of revisions.
652 """ 652 """
653 self.vcs.hgExtendedDiff(self.project.ppath) 653 self.vcs.hgExtendedDiff(self.project.ppath)
654 654
655 def __hgLogLimited(self): 655 def __hgLogLimited(self):
656 """ 656 """

eric ide

mercurial