equal
deleted
inserted
replaced
1 ============================= |
1 ============================= |
2 Mutable History For Mercurial |
2 Mutable History For Mercurial |
3 ============================= |
3 ============================= |
4 |
4 |
5 :obsolete: |
|
6 |
5 |
7 Introduce an ``obsolete`` concept that tracks new versions of rewritten |
6 Extends Mercurial feature related to Changeset Evolution |
8 changesets. |
|
9 |
7 |
10 :evolve: |
8 This extension Provide several command to mutate history and deal with issue it may raise. |
11 |
9 |
12 A collection of commands to rewrite the mutable part of the history. |
10 It also: |
13 |
11 |
14 |
12 - enable the "Changeset Obsolescence" feature of mercurial, |
|
13 - alter core command and extension that rewrite history to use this feature, |
|
14 - improve some aspect of the early implementation in 2.3 |
15 |
15 |
16 **These extensions are experimental and are not meant for production.** |
16 **These extensions are experimental and are not meant for production.** |
17 |
17 |
18 You can quicky enable them using:: |
18 You can quicky enable it by adding the line bellow to the extensions section of you hgrc:: |
19 |
19 |
20 ./enable.sh >> ~/.hgrc |
20 evolve=PATH/TO/evolve.py |
21 |
21 |
22 But it's recommended to look at the doc in the first place. |
22 But it's recommended to look at the doc in the first place. |
23 |
23 |
24 See doc/ directory for details. |
24 See doc/ directory for details. |
25 |
25 |