diff README.rst @ 5416:e2fb20dd0df7

readme: link to ChangesetEvolution, reword a couple of list items
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 17 Jul 2020 09:39:10 +0800
parents 3be5dba88c49
children bf56062dac5e
line wrap: on
line diff
--- a/README.rst	Fri Jul 17 09:36:14 2020 +0800
+++ b/README.rst	Fri Jul 17 09:39:10 2020 +0800
@@ -14,17 +14,19 @@
 
 This extension:
 
-* enables the "changeset evolution" feature of Mercurial core,
+* enables the "`changeset evolution`_" feature of core Mercurial,
 
-* provides a set of commands to mutate your history,
+* provides a set of commands to rewrite history in a distributed way,
+
+* issues various warning messages when "troubles" from changeset evolution
+  appear in your repository,
 
-* issues several warning messages when troubles from some mutable appears in
-  your repository,
+* provides an ``hg evolve`` command to deal with such troubles,
 
-* provides an ``hg evolve`` command to deal with such "troubles",
+* improves performance of obsolescence marker exchange and discovery during
+  push and pull.
 
-* improves performance of obsolescence marker exchanges and discovery during
-  push and pull.
+.. _`changeset evolution`: https://www.mercurial-scm.org/wiki/ChangesetEvolution
 
 Documentation
 -------------