Mercurial > evolve
comparison README @ 237:215e78166ef9
update README
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 09 May 2012 23:13:07 +0200 |
parents | af4f7ef0a3c1 |
children | b5d9841defc8 |
comparison
equal
deleted
inserted
replaced
236:5236927419bf | 237:215e78166ef9 |
---|---|
1 ============================= | 1 ============================= |
2 Mutable History For Mercurial | 2 Mutable History For Mercurial |
3 ============================= | 3 ============================= |
4 | |
5 This repository holds three experimental extensions that introduce concepts | |
6 related to history rewriting in mercurial. | |
7 | |
8 :states: | |
9 | |
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. | |
12 | 4 |
13 :obsolete: | 5 :obsolete: |
14 | 6 |
15 Introduce an ``obsolete`` concept that tracks new versions of rewritten | 7 Introduce an ``obsolete`` concept that tracks new versions of rewritten |
16 changesets. | 8 changesets. |
17 | 9 |
18 :rewrite: | 10 :evolve: |
19 A collection of commands to rewrite the mutable part of the history. | 11 A collection of commands to rewrite the mutable part of the history. |
20 | 12 |
21 | 13 |
22 | 14 |
23 **These extensions are experimental and are not meant for production.** | 15 **These extensions are experimental and are not meant for production.** |
24 | 16 |
25 | 17 |
26 See each extension documentation for details | 18 See doc/ directory for details |
27 | |
28 | |
29 | |
30 | |
31 rewrite Extension | |
32 ====================== | |
33 | |
34 state: To be written | |
35 |