eric6/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
818 stack. 818 stack.
819 819
820 @param name file/directory name (string) 820 @param name file/directory name (string)
821 @param operation operation type to be performed (Queues.POP, 821 @param operation operation type to be performed (Queues.POP,
822 Queues.PUSH, Queues.GOTO) 822 Queues.PUSH, Queues.GOTO)
823 @keyparam doAll flag indicating to push/pop all (boolean) 823 @param doAll flag indicating to push/pop all (boolean)
824 @keyparam named flag indicating to push/pop until a named patch 824 @param named flag indicating to push/pop until a named patch
825 is at the top of the stack (boolean) 825 is at the top of the stack (boolean)
826 @keyparam force flag indicating a forceful pop (boolean) 826 @param force flag indicating a forceful pop (boolean)
827 """ 827 """
828 shouldReopen = self.vcs.getExtensionObject("mq").hgQueuePushPopPatches( 828 shouldReopen = self.vcs.getExtensionObject("mq").hgQueuePushPopPatches(
829 name, operation=operation, doAll=doAll, named=named, force=force) 829 name, operation=operation, doAll=doAll, named=named, force=force)
830 if shouldReopen: 830 if shouldReopen:
831 res = E5MessageBox.yesNo( 831 res = E5MessageBox.yesNo(

eric ide

mercurial