Remove all patches from MQ.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 21 Mar 2011 21:53:42 +0200
changeset 861 a0a4d3b85923
parent 860 eb311f9f0571
child 862 b539dd85bbf3
Remove all patches from MQ.
hg.rst
--- a/hg.rst	Mon Mar 21 21:52:12 2011 +0200
+++ b/hg.rst	Mon Mar 21 21:53:42 2011 +0200
@@ -307,6 +307,11 @@
 
   $ hg qref -e
 
+* Remove all patches from MQ.
+
+  $ hg qpop -a
+  $ for patch in `hg qser`; do hg qrm $patch; done
+
 * Show supported/loaded plugin.
 
   $ hg help extensions