Pushing a patch applies the patch to the repository while poping a patch unapplies the patch from the repository.
Pop the current patch off the queue with hg qpop
and push it back onto the queue with hg qpush
:
hg qpop
hg qpush
Pop all patches:
hg qpop -a
PUsh all patches:
hg qpush -a