Mercurial > evolve
changeset 2871:c6289ec369cb
doc: be less dramatic about changeset immutability
Quoting Phillipe: "This is not a Tolkien Novel".
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 29 Aug 2017 16:14:28 +0200 |
parents | fffdc8481d89 |
children | 78debdfb3e4d |
files | docs/index.rst |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/index.rst Tue Aug 29 16:14:15 2017 +0200 +++ b/docs/index.rst Tue Aug 29 16:14:28 2017 +0200 @@ -18,8 +18,7 @@ With core Mercurial, changesets are permanent and immutable. You can commit new changesets to modify your source code, but you cannot -modify or remove old changesets—they are carved in stone for all -eternity. +modify or remove old changesets. For years, Mercurial has included various extensions that allow history modification: ``rebase``, ``mq``, ``histedit``, and so forth.