doc: use --succ in prune help stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 22 Jan 2014 14:19:25 -0800
branchstable
changeset 783 27a9567b14e2
parent 782 e3cf8d04466c
child 784 34cbd0cad34f
doc: use --succ in prune help --succ is the new only way.
docs/evolve-faq.rst
--- a/docs/evolve-faq.rst	Wed Jan 22 14:18:43 2014 -0800
+++ b/docs/evolve-faq.rst	Wed Jan 22 14:19:25 2014 -0800
@@ -160,7 +160,7 @@
 Sometimes you need to create an obsolete marker by hand. This may happen when
 upstream has applied some of your patches for example.
 
-you can use ``hg prune --new <new-changeset> <old-changeset>`` to add obsolete
+you can use ``hg prune <old-changeset> --succ <new-changeset>`` to add obsolete
 marker.
 
 Export to mq: ``synchronize``