doc: be less dramatic about changeset immutability
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 29 Aug 2017 16:14:28 +0200
changeset 2871 c6289ec369cb
parent 2870 fffdc8481d89
child 2872 78debdfb3e4d
doc: be less dramatic about changeset immutability Quoting Phillipe: "This is not a Tolkien Novel".
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.