comparison docs/index.rst @ 2879:3fd8acc06780

doc-front-page: mention that "Changeset Evolution" is a specific concept It will get it own paragraph soon.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 30 Aug 2017 10:30:48 +0200
parents 641cdc2e4bfb
children a75b4109239b
comparison
equal deleted inserted replaced
2878:641cdc2e4bfb 2879:3fd8acc06780
2 2
3 ================================== 3 ==================================
4 Changeset Evolution with Mercurial 4 Changeset Evolution with Mercurial
5 ================================== 5 ==================================
6 6
7 `evolve`_ is a Mercurial extension for faster and safer mutable history. 7 `evolve`_ is a Mercurial extension for faster and safer mutable history. It
8 implements the changeset evolution concept for `Mercurial`_.
8 9
9 * It offers a safe and simple way to refine changesets locally and propagate 10 * It offers a safe and simple way to refine changesets locally and propagate
10 those changes to other repositories. 11 those changes to other repositories.
11 12
12 * It can automatically detect and handle the complex issues that can arise from 13 * It can automatically detect and handle the complex issues that can arise from
18 * It fully respects the Phases concept so unsure users will only rewrite parts 19 * It fully respects the Phases concept so unsure users will only rewrite parts
19 of the history that are safe to be changed. Phases have been part of Mercurial 20 of the history that are safe to be changed. Phases have been part of Mercurial
20 since early 2012. 21 since early 2012.
21 22
22 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension 23 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension
24 .. _`Mercurial`: https://www.mercurial-scm.org/
23 25
24 Installation and setup 26 Installation and setup
25 ---------------------- 27 ----------------------
26 28
27 We recommend you subscribe to the `evolve-testers`_ mailing list to stay up 29 We recommend you subscribe to the `evolve-testers`_ mailing list to stay up