# HG changeset patch # User Pierre-Yves David # Date 1357133284 -3600 # Node ID cb6422fae653b297a2b044c478d9072fd13f9757 # Parent f8c75459e8bd7b339b1be5edf51473b8e309a874 doc: index version info on index diff -r f8c75459e8bd -r cb6422fae653 docs/index.rst --- 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) - ---