8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
1610 | 1610 |
1611 def showMenu(self): | 1611 def showMenu(self): |
1612 """ | 1612 """ |
1613 Public slot called before the vcs menu is shown. | 1613 Public slot called before the vcs menu is shown. |
1614 """ | 1614 """ |
1615 super(HgProjectHelper, self).showMenu() | 1615 super().showMenu() |
1616 | 1616 |
1617 self.__checkActions() | 1617 self.__checkActions() |
1618 | 1618 |
1619 def shutdown(self): | 1619 def shutdown(self): |
1620 """ | 1620 """ |