# HG changeset patch # User Pierre-Yves David # Date 1390428802 28800 # Node ID 020619c850bb16075693bf7d981005de5744d408 # Parent 6c773c46e2f74484aa70ab594f940b958b50b6f8 doc: enhance your fold help Refer to the two different for of using fold. diff -r 6c773c46e2f7 -r 020619c850bb docs/evolve-faq.rst --- a/docs/evolve-faq.rst Wed Jan 22 14:12:44 2014 -0800 +++ b/docs/evolve-faq.rst Wed Jan 22 14:13:22 2014 -0800 @@ -71,6 +71,12 @@ You can use ``hg fold`` to collapse multiple changesets in a single one. +It takes two forms: + +``hg fold `` folds everything from you current changeset to `` + +``hg fold -r `` fold everything changeset matching the revset together. + Getting changes out of a commit ------------------------------------------------------------