Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2631
06f866e83d3a
child 2791
a9577f248f04
child 2815
53c1d1f9ec86
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
668 self.vcs.getExtensionObject("mq")\ 668 self.vcs.getExtensionObject("mq")\
669 .hgQueueRefreshPatch(self.project.getProjectPath()) 669 .hgQueueRefreshPatch(self.project.getProjectPath())
670 670
671 def __hgQueueRefreshPatchMessage(self): 671 def __hgQueueRefreshPatchMessage(self):
672 """ 672 """
673 Private slot used to refresh the current patch and it's commit message. 673 Private slot used to refresh the current patch and its commit message.
674 """ 674 """
675 self.vcs.getExtensionObject("mq")\ 675 self.vcs.getExtensionObject("mq")\
676 .hgQueueRefreshPatch(self.project.getProjectPath(), editMessage=True) 676 .hgQueueRefreshPatch(self.project.getProjectPath(), editMessage=True)
677 677
678 def __hgQueueShowPatch(self): 678 def __hgQueueShowPatch(self):

eric ide

mercurial