Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py

changeset 2763
e4794166ad70
parent 2632
94121e2f55b9
child 2791
a9577f248f04
child 2815
53c1d1f9ec86
child 3163
9f50365a0870
equal deleted inserted replaced
2761:bcc10ef7015d 2763:e4794166ad70
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