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 """ |