doc: long desc update stable
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 27 Aug 2012 14:57:20 +0200
branchstable
changeset 523 c9983eb6969c
parent 522 97c559ae10ca
child 524 ba0a3d0f942f
doc: long desc update
README
hgext/evolve.py
--- 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.
 
--- a/hgext/evolve.py	Mon Aug 27 14:56:11 2012 +0200
+++ b/hgext/evolve.py	Mon Aug 27 14:57:20 2012 +0200
@@ -8,7 +8,7 @@
 
 '''Extends Mercurial feature related to Changeset Evolution
 
-This extension Provide several command tommutate history and deal with issue it may raise.
+This extension Provide several command to mutate history and deal with issue it may raise.
 
 It also: