changeset 2876:c47c988b239b

doc-front-page: add a feature summary at the beginning of the page
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 29 Aug 2017 17:25:01 +0200
parents 483152bab9b9
children 0a24d6285a89
files docs/index.rst
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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