equal
deleted
inserted
replaced
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 |