Mercurial > evolve
comparison README @ 2102:e243e1d9464c
README: timeless typo fixes
This applies some feedback timeless provided me from IRC.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 14 Mar 2017 11:26:55 -0700 |
parents | 47017b3086d4 |
children | fed5369058a4 |
comparison
equal
deleted
inserted
replaced
2101:de92f7efb030 | 2102:e243e1d9464c |
---|---|
10 **The full implementation of the changeset evolution concept is still in | 10 **The full implementation of the changeset evolution concept is still in |
11 progress.** Please subscribe to the `evolve-testers mailing list | 11 progress.** Please subscribe to the `evolve-testers mailing list |
12 <https://www.mercurial-scm.org/mailman/listinfo/evolve-testers>`_ to stay up to | 12 <https://www.mercurial-scm.org/mailman/listinfo/evolve-testers>`_ to stay up to |
13 date with changes. | 13 date with changes. |
14 | 14 |
15 This extensions: | 15 This extension: |
16 | 16 |
17 * enables the "changeset obsolescence" feature of Mercurial core | 17 * enables the “changeset evolution” feature of Mercurial core, |
18 | 18 |
19 * provides a set of commands to mutate your history, | 19 * provides a set of commands to mutate your history, |
20 | 20 |
21 * issues several warning messages when troubles from some mutable appears in | 21 * issues several warning messages when troubles from some mutable appears in |
22 your repository, | 22 your repository, |
23 | 23 |
24 * provides a ``hg evolve`` command to deal with such "troubles". | 24 * provides an ``hg evolve`` command to deal with such "troubles", |
25 | 25 |
26 * improves performance of obsolescence markers exchanges and discovery during | 26 * improves performance of obsolescence marker exchanges and discovery during |
27 push and pull. | 27 push and pull. |
28 | 28 |
29 Documentation | 29 Documentation |
30 ------------- | 30 ------------- |
31 | 31 |