Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2302
f29e9405c851
child 2677
3d4277929fb3
child 2763
e4794166ad70
equal deleted inserted replaced
2630:d2051b6c5658 2631:06f866e83d3a
374 """ top of the stack overwriting any local changes.</p>""" 374 """ top of the stack overwriting any local changes.</p>"""
375 )) 375 ))
376 self.hgQueueGotoForceAct.triggered[()].connect(self.__hgQueueGotoPatchForced) 376 self.hgQueueGotoForceAct.triggered[()].connect(self.__hgQueueGotoPatchForced)
377 self.actions.append(self.hgQueueGotoForceAct) 377 self.actions.append(self.hgQueueGotoForceAct)
378 378
379
380 def __initGuardsActions(self): 379 def __initGuardsActions(self):
381 """ 380 """
382 Public method to generate the guards action objects. 381 Public method to generate the guards action objects.
383 """ 382 """
384 self.hgQueueDefineGuardsAct = E5Action(self.trUtf8('Define Guards'), 383 self.hgQueueDefineGuardsAct = E5Action(self.trUtf8('Define Guards'),
688 Private slot used to show the commit message of the current patch. 687 Private slot used to show the commit message of the current patch.
689 """ 688 """
690 self.vcs.getExtensionObject("mq")\ 689 self.vcs.getExtensionObject("mq")\
691 .hgQueueShowHeader(self.project.getProjectPath()) 690 .hgQueueShowHeader(self.project.getProjectPath())
692 691
693
694 def __hgQueuePushPopPatches(self, name, operation, all=False, named=False, 692 def __hgQueuePushPopPatches(self, name, operation, all=False, named=False,
695 force=False): 693 force=False):
696 """ 694 """
697 Private method to push patches onto the stack or pop patches off the stack. 695 Private method to push patches onto the stack or pop patches off the stack.
698 696

eric ide

mercurial