# HG changeset patch # User Pierre-Yves David # Date 1504081848 -7200 # Node ID 3fd8acc06780ffd913f917333c937a33a280adb2 # Parent 641cdc2e4bfb6ee20d08416b3a12398a578e6601 doc-front-page: mention that "Changeset Evolution" is a specific concept It will get it own paragraph soon. diff -r 641cdc2e4bfb -r 3fd8acc06780 docs/index.rst --- a/docs/index.rst Wed Aug 30 00:32:56 2017 +0200 +++ b/docs/index.rst Wed Aug 30 10:30:48 2017 +0200 @@ -4,7 +4,8 @@ Changeset Evolution with Mercurial ================================== -`evolve`_ is a Mercurial extension for faster and safer mutable history. +`evolve`_ is a Mercurial extension for faster and safer mutable history. It +implements the changeset evolution concept for `Mercurial`_. * It offers a safe and simple way to refine changesets locally and propagate those changes to other repositories. @@ -20,6 +21,7 @@ since early 2012. .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension +.. _`Mercurial`: https://www.mercurial-scm.org/ Installation and setup ----------------------