docs/index.rst
branchstable
changeset 643 cb6422fae653
parent 527 b81193ef3488
child 655 dd5765ae91c3
--- a/docs/index.rst	Wed Jan 02 14:22:20 2013 +0100
+++ b/docs/index.rst	Wed Jan 02 14:28:04 2013 +0100
@@ -20,7 +20,7 @@
 The effort is split in two parts:
 
  * The **obsolescence marker** concept aims to provide an alternative to ``strip``
-   to get rid of changesets. This concept have been partially implemented in
+   to get rid of changesets. This concept have been partially implemented since
    Mercurial 2.3.
 
  * The **evolve** mercurial extension rewrites history using obsolete
@@ -78,20 +78,18 @@
 
              Production ready version should hide such details to normal user.
 
-The evolve extension require mercurial 2.3
+The evolve extension requires mercurial 2.4 (older version supports 2.3 and 2.2)
 
 To enable the evolve extension use::
 
     $ hg clone https://bitbucket.org/marmoute/mutable-history -u stable
     $ echo '[extensions]\nevolve=$PWD/mutable-history/hgext/evolve.py' >> ~/.hgrc
 
-You will probably want to use hgview_ to visualize obsolescence. Version 1.6.2
+You will probably want to use hgview_ to visualize obsolescence. Version 1.7.0
 or later is required.
 
 .. _hgview: http://www.logilab.org/project/hgview/
 
-(The old version 0.7 of evolve works with mercurial 2.2 but have far less feature)
-
 
  ---