doc-front-page: add a feature summary at the beginning of the page
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 29 Aug 2017 17:25:01 +0200
changeset 2876 c47c988b239b
parent 2875 483152bab9b9
child 2877 0a24d6285a89
doc-front-page: add a feature summary at the beginning of the page
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