changeset 643:cb6422fae653 stable

doc: index version info on index
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Wed, 02 Jan 2013 14:28:04 +0100
parents f8c75459e8bd
children 8e41d5b78dff
files docs/index.rst
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -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)
-
 
  ---