Mercurial > evolve
changeset 237:215e78166ef9
update README
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 09 May 2012 23:13:07 +0200 |
parents | 5236927419bf |
children | b5d9841defc8 |
files | README |
diffstat | 1 files changed, 2 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/README Wed May 09 23:00:00 2012 +0200 +++ b/README Wed May 09 23:13:07 2012 +0200 @@ -2,20 +2,12 @@ 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: +:evolve: A collection of commands to rewrite the mutable part of the history. @@ -23,13 +15,4 @@ **These extensions are experimental and are not meant for production.** -See each extension documentation for details - - - - -rewrite Extension -====================== - -state: To be written - +See doc/ directory for details