Mercurial Evolve Test

(Arne Babenhauserheide)
2013-01-12: added stronger obsolete notice. tip

added stronger obsolete notice.

diff --git a/Readme.org b/Readme.org
--- a/Readme.org
+++ b/Readme.org
@@ -6,7 +6,9 @@ Currently I rework my code extensively b
 
 [[http://hg-lab.logilab.org/doc/mutable-history/html/index.html][hg evolve]] might offer that.
 
-This test uses the mutable-hg extension in revision c70a1091e0d8 (24 changesets after 2.1.0).
+This test uses the mutable-hg extension in revision c70a1091e0d8 (24 changesets after 2.1.0). It will likely be obsolete, soon, since mutable-hg is currently moved into Mercurial core by Pierre-Yves David, its main developer. I hope it will be useful for you, to assess the future possibilities of Mercurial today.[fn:obsolete]
+
+[fn:obsolete]: This is not (only) a pun on “obsolete”, the functionality at the core of evolve which allows safe, collaborative history rewriting ☺</small>
 
 * Tests
   :PROPERTIES:
@@ -204,7 +206,7 @@ cd ..
 Now trying to amend history will fail (except if we first change the phase to draft with `hg phase --force --draft .`).
 
 #+BEGIN_SRC sh :exports both :results output verbatim :session test-hg-evolve
-cd testmy
+cd testother
 hg amend -m "change published history"
 # change to draft
 hg phase -fd .