Mercurial > evolve
comparison docs/index.rst @ 2877:0a24d6285a89
doc-front-page: add a title to the part about the extension
We'll rework this section more in depth, but I would like it to have a title
first to have it show up in the table of content.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 30 Aug 2017 00:35:44 +0200 |
parents | c47c988b239b |
children | 641cdc2e4bfb |
comparison
equal
deleted
inserted
replaced
2876:c47c988b239b | 2877:0a24d6285a89 |
---|---|
47 user-guide | 47 user-guide |
48 sharing | 48 sharing |
49 concepts | 49 concepts |
50 from-mq | 50 from-mq |
51 | 51 |
52 Why the ``evolve`` extension | |
53 ---------------------------- | |
52 | 54 |
53 With core Mercurial, changesets are permanent and immutable. You can | 55 With core Mercurial, changesets are permanent and immutable. You can |
54 commit new changesets to modify your source code, but you cannot | 56 commit new changesets to modify your source code, but you cannot |
55 modify or remove old changesets. | 57 modify or remove old changesets. |
56 | 58 |