equal
deleted
inserted
replaced
1 ============================= |
1 o============================ |
2 Mutable History For Mercurial |
2 Mutable History For Mercurial |
3 ============================= |
3 ============================= |
4 |
4 |
5 |
5 |
6 Extends Mercurial feature related to Changeset Evolution |
6 Extends Mercurial feature related to Changeset Evolution |
7 |
7 |
8 This extension Provide several command to mutate history and deal with issue it may raise. |
8 This extension provides several commands to mutate history and deal with |
|
9 issues it may raise. |
9 |
10 |
10 It also: |
11 It also: |
11 |
12 |
12 - enable the "Changeset Obsolescence" feature of mercurial, |
13 - enables the "Changeset Obsolescence" feature of mercurial, |
13 - alter core command and extension that rewrite history to use this feature, |
14 - alters core commands and extensions that rewrite history to use |
14 - improve some aspect of the early implementation in 2.3 |
15 this feature, |
|
16 - improves some aspect of the early implementation in 2.3 |
15 |
17 |
16 **These extensions are experimental and are not meant for production.** |
18 **These extensions are experimental and are not meant for production.** |
17 |
19 |
18 You can quicky enable it by adding the line bellow to the extensions section of you hgrc:: |
20 You can quicky enable it by adding the line below to the extensions |
|
21 section of you hgrc:: |
19 |
22 |
20 evolve=PATH/TO/evolve.py |
23 evolve=PATH/TO/evolve.py |
21 |
24 |
22 But it's recommended to look at the doc in the first place. |
25 But it's recommended to look at the doc in the first place. |
23 |
26 |