Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py

changeset 2962
d6c9d1ca2da4
parent 2815
53c1d1f9ec86
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
745 Queues.PUSH, Queues.GOTO) 745 Queues.PUSH, Queues.GOTO)
746 @keyparam all flag indicating to push/pop all (boolean) 746 @keyparam all flag indicating to push/pop all (boolean)
747 @keyparam named flag indicating to push/pop until a named patch 747 @keyparam named flag indicating to push/pop until a named patch
748 is at the top of the stack (boolean) 748 is at the top of the stack (boolean)
749 @keyparam force flag indicating a forceful pop (boolean) 749 @keyparam force flag indicating a forceful pop (boolean)
750 @return flag indicating that the project should be reread (boolean)
751 """ 750 """
752 shouldReopen = self.vcs.getExtensionObject("mq")\ 751 shouldReopen = self.vcs.getExtensionObject("mq")\
753 .hgQueuePushPopPatches(name, operation=operation, all=all, named=named, 752 .hgQueuePushPopPatches(name, operation=operation, all=all, named=named,
754 force=force) 753 force=force)
755 if shouldReopen: 754 if shouldReopen:

eric ide

mercurial