# HG changeset patch # User Pierre-Yves David # Date 1504020301 -7200 # Node ID c47c988b239bff65c5391f6aded7c171c37fc329 # Parent 483152bab9b99d7c11f1cbd019d19a9c6d29cfb2 doc-front-page: add a feature summary at the beginning of the page diff -r 483152bab9b9 -r c47c988b239b docs/index.rst --- a/docs/index.rst Tue Aug 29 17:11:18 2017 +0200 +++ b/docs/index.rst Tue Aug 29 17:25:01 2017 +0200 @@ -6,6 +6,19 @@ `evolve`_ is a Mercurial extension for faster and safer mutable history. +* It offers a safe and simple way to refine changesets locally and propagate + those changes to other repositories. + +* It can automatically detect and handle the complex issues that can arise from + exchanging draft changesets. + +* It makes it even possible for multiple developers to rewrite the same part of + the history in a distributed way. + +* It fully respects the Phases concept so unsure users will only rewrite parts + of the history that are safe to be changed. Phases have been part of Mercurial + since early 2012. + .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension Installation and setup