Mercurial > evolve
comparison docs/index.rst @ 2873:2c4171a53475
doc-front-page: move introduction before the table of content
This should make a friendlier landing.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 29 Aug 2017 16:50:05 +0200 |
parents | 78debdfb3e4d |
children | 2b84eee4c040 |
comparison
equal
deleted
inserted
replaced
2872:78debdfb3e4d | 2873:2c4171a53475 |
---|---|
1 .. Copyright © 2014 Greg Ward <greg@gerg.ca> | 1 .. Copyright © 2014 Greg Ward <greg@gerg.ca> |
2 | 2 |
3 ================================== | 3 ================================== |
4 Changeset Evolution with Mercurial | 4 Changeset Evolution with Mercurial |
5 ================================== | 5 ================================== |
6 | |
7 `evolve`_ is a Mercurial extension for faster and safer mutable history. | |
8 | |
9 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension | |
6 | 10 |
7 .. toctree:: | 11 .. toctree:: |
8 :maxdepth: 2 | 12 :maxdepth: 2 |
9 | 13 |
10 user-guide | 14 user-guide |
11 sharing | 15 sharing |
12 concepts | 16 concepts |
13 from-mq | 17 from-mq |
14 | 18 |
15 `evolve`_ is a Mercurial extension for faster and safer mutable history. | |
16 | |
17 .. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension | |
18 | 19 |
19 With core Mercurial, changesets are permanent and immutable. You can | 20 With core Mercurial, changesets are permanent and immutable. You can |
20 commit new changesets to modify your source code, but you cannot | 21 commit new changesets to modify your source code, but you cannot |
21 modify or remove old changesets. | 22 modify or remove old changesets. |
22 | 23 |