Mercurial > evolve
annotate README @ 98:8ad5c760c708
[states] make enabling state saftier
* Fix the lower state heads while enabling a state.
* Add a --clever opiton that do not fix the lower heads (as earlier)
* Add test for enable/disable state
author | Alain Leufroy <alain.leufroy@logilab.fr> |
---|---|
date | Sun, 25 Sep 2011 12:46:45 +0200 |
parents | af4f7ef0a3c1 |
children | 215e78166ef9 |
rev | line source |
---|---|
33 | 1 ============================= |
2 Mutable History For Mercurial | |
3 ============================= | |
4 | |
35 | 5 This repository holds three experimental extensions that introduce concepts |
6 related to history rewriting in mercurial. | |
33 | 7 |
8 :states: | |
9 | |
35 | 10 Introduce a state concept. It allows to track which changesets have been |
11 made public and immutable and which you want to keep local. | |
33 | 12 |
13 :obsolete: | |
14 | |
35 | 15 Introduce an ``obsolete`` concept that tracks new versions of rewritten |
16 changesets. | |
33 | 17 |
18 :rewrite: | |
35 | 19 A collection of commands to rewrite the mutable part of the history. |
33 | 20 |
21 | |
22 | |
23 **These extensions are experimental and are not meant for production.** | |
24 | |
25 | |
59
02fba620d139
move part of the readme about states in states itself.
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
48
diff
changeset
|
26 See each extension documentation for details |
48
5fd7b64aa8c5
update README
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
36
diff
changeset
|
27 |
33 | 28 |
29 | |
30 | |
31 rewrite Extension | |
32 ====================== | |
33 | |
34 state: To be written | |
35 |