README
changeset 573 5a0a01c4c7c2
parent 571 31efc36f3aac
child 595 96482166420c
--- a/README	Fri Aug 24 11:49:21 2012 +0200
+++ b/README	Thu Sep 20 23:14:59 2012 +0200
@@ -2,22 +2,25 @@
 Mutable History For Mercurial
 =============================
 
-:obsolete:
+
+Extends Mercurial feature related to Changeset Evolution
 
-    Introduce an ``obsolete`` concept that tracks new versions of rewritten
-    changesets.
+This extension provides several commands to mutate history and deal with
+issues it may raise.
 
-:evolve:
+It also:
 
-    A collection of commands to rewrite the mutable part of the history.
-
-
+    - enables the "Changeset Obsolescence" feature of mercurial,
+    - alters core commands and extensions that rewrite history to use
+      this feature,
+    - improves some aspect of the early implementation in 2.3
 
 **These extensions are experimental and are not meant for production.**
 
-You can quicky enable them using::
+You can quicky enable it by adding the line below to the extensions
+section of you hgrc::
 
-    ./enable.sh >> ~/.hgrc
+    evolve=PATH/TO/evolve.py
 
 But it's recommended to look at the doc in the first place.
 
@@ -43,7 +46,23 @@
 Changelog
 ==================
 
-1.0
+ --
+
+- fix troubles creation reporting from rebase
+
+1.0.2 --
+
+- fix hg fold bug
+- fix hg pull --rebase
+- fix detection of conflict with external tools
+- adapt to core movement (caches and --amend)
+
+1.0.1 -- 2012-08-31
+
+- documentation improvement
+- fix a performance bug with hgweb
+
+1.0 -- 2012-08-29
 
 - Align with Mercurial version 2.3 (drop 2.2 support).
 - stabilize handle killed parent