site

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

This repository holds three experimental extensions that introduce concepts

changelog | files

Changes (full changelog)

(Arne Babenhauserheide)
2012-03-28: docs: Merged obs-concept changes by hand. tip

docs: Merged obs-concept changes by hand.

(Arne Babenhauserheide)
2012-03-28: Backed out backout changeset f047cd4f1235

Backed out backout changeset f047cd4f1235

(Aurelien Campeas)
2012-03-28: follow-up on evolve-collaboration

follow-up on evolve-collaboration

(Pierre-Yves David)
2012-03-28: add split example

add split example

Readme

=============================
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