README
branchstable
changeset 523 c9983eb6969c
parent 487 595ae87e94b6
child 540 8c5da9e75ae0
--- a/README	Mon Aug 27 14:56:11 2012 +0200
+++ b/README	Mon Aug 27 14:57:20 2012 +0200
@@ -2,22 +2,22 @@
 Mutable History For Mercurial
 =============================
 
-:obsolete:
 
-    Introduce an ``obsolete`` concept that tracks new versions of rewritten
-    changesets.
+Extends Mercurial feature related to Changeset Evolution
+
+This extension Provide several command to mutate history and deal with issue it may raise.
 
-:evolve:
+It also:
 
-    A collection of commands to rewrite the mutable part of the history.
-
-
+    - enable the "Changeset Obsolescence" feature of mercurial,
+    - alter core command and extension that rewrite history to use this feature,
+    - improve 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 bellow 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.