# HG changeset patch # User Pierre-Yves David # Date 1390429165 28800 # Node ID 27a9567b14e29ec8844c45c0281aeaebbe82e77c # Parent e3cf8d04466cd96eb2bd9cf801c185a53022eb23 doc: use --succ in prune help --succ is the new only way. diff -r e3cf8d04466c -r 27a9567b14e2 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 `` to add obsolete +you can use ``hg prune --succ `` to add obsolete marker. Export to mq: ``synchronize``