Mercurial > evolve
comparison docs/index.rst @ 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 |
comparison
equal
deleted
inserted
replaced
2875:483152bab9b9 | 2876:c47c988b239b |
---|---|
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. |
8 | |
9 * It offers a safe and simple way to refine changesets locally and propagate | |
10 those changes to other repositories. | |
11 | |
12 * It can automatically detect and handle the complex issues that can arise from | |
13 exchanging draft changesets. | |
14 | |
15 * It makes it even possible for multiple developers to rewrite the same part of | |
16 the history in a distributed way. | |
17 | |
18 * 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 since early 2012. | |
8 | 21 |
9 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension | 22 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension |
10 | 23 |
11 Installation and setup | 24 Installation and setup |
12 ---------------------- | 25 ---------------------- |