hg.rst
changeset 1668 86a2cb376ee9
parent 1667 40bb400c925e
child 1688 5493b5425eba
--- a/hg.rst	Thu Jan 08 17:50:01 2015 +0200
+++ b/hg.rst	Thu Jan 08 17:53:36 2015 +0200
@@ -390,6 +390,15 @@
   $ hg qpop -a
   $ for patch in `hg qser`; do hg qrm $patch; done
 
+Moving changes from MQ to working tree.
+=======================================
+::
+
+  $ hg qpop my.patch
+  $ hg qdel --keep my.patch
+  $ patch -p1 .hg/patches/my.patch
+  $ rm .hg/patches/my.patch
+
 Split patch in MQ.
 ==================