# HG changeset patch # User Pierre-Yves David # Date 1504016068 -7200 # Node ID c6289ec369cb76b25bec4d8789d80a7469adb969 # Parent fffdc8481d897baff44dd6668c4a1b05f6f7615a doc: be less dramatic about changeset immutability Quoting Phillipe: "This is not a Tolkien Novel". diff -r fffdc8481d89 -r c6289ec369cb docs/index.rst --- 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.