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