hg.rst
changeset 861 a0a4d3b85923
parent 854 746238239dc4
child 885 49e12da19c2d
--- 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