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( |