# HG changeset patch # User Pierre-Yves David # Date 1504085807 -7200 # Node ID 5a836fa589a4557e932af9c6427e7603ae789b6b # Parent a23045b61e6de6e99bd53942c1f56403ef94bf08 doc-front-page: link to the changeset evolution section in the document The section is unlikely to be perfect, but at least it exists. diff -r a23045b61e6d -r 5a836fa589a4 docs/index.rst --- a/docs/index.rst Wed Aug 30 11:26:00 2017 +0200 +++ b/docs/index.rst Wed Aug 30 11:36:47 2017 +0200 @@ -5,7 +5,7 @@ ================================== `evolve`_ is a Mercurial extension for faster and safer mutable history. It -implements the changeset evolution concept for `Mercurial`_. +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. @@ -55,6 +55,8 @@ concepts from-mq +.. _`changeset evolution`: + What is Changeset Evolution ? ----------------------------- @@ -122,7 +124,7 @@ Why the `evolve` extension -------------------------- -Mercurial core already has some support for changeset evolution so why have a +Mercurial core already has some support for `changeset evolution`_ so why have a dedicated extension? The long-term plan for ``evolve`` is to add it to core Mercurial. However, @@ -137,7 +139,7 @@ Development status ------------------ -While well on the way, the full implementation of the changeset evolution +While well on the way, the full implementation of the `changeset evolution`_ concept is still in progress. Core Mercurial already supports many of the associated features, but for now they are still disabled by default. The current implementation has been usable for multiple years already, and some parts of it