README
author Pierre-Yves.David@ens-lyon.org
Tue, 08 May 2012 20:50:43 +0200
changeset 224 f60555898df4
parent 70 af4f7ef0a3c1
child 237 215e78166ef9
permissions -rw-r--r--
new obsolete store The new formats allows multiple "new" changeset and various meta-data. Forcing extinct to secret phase happen now on an irregular basis A command exist to migrate to the new format

=============================
Mutable History For Mercurial
=============================

This repository holds three experimental extensions that introduce concepts
related to history rewriting in mercurial.

:states:

    Introduce a state concept. It allows to track which changesets have been
    made public and immutable and which you want to keep local.

:obsolete:

    Introduce an ``obsolete`` concept that tracks new versions of rewritten
    changesets.

:rewrite:
    A collection of commands to rewrite the mutable part of the history.



**These extensions are experimental and are not meant for production.**


See each extension documentation for details




rewrite Extension
======================

state: To be written