Mercurial > evolve
annotate README @ 220:ff3158d0d7e8
qsync: support for synchronisation with applied patches from outer space and more
:more:
- also add some tests
- kill OLDBRANCHNAME
- several minor cleaning
author | David Douard <david.douard@logilab.fr> |
---|---|
date | Fri, 04 May 2012 14:33:35 +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 |